diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-08 02:47:05 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-08 02:47:05 +0000 |
commit | dccac86c851cc8121f792de0e3443986a3b1855c (patch) | |
tree | 799dcc6705155e0eb57b33c69a15c6bd0f1a03a1 /TODO.txt | |
parent | 482ba4844a366f6d606314ad4c9dd22723bc5f8d (diff) | |
download | jackcess-dccac86c851cc8121f792de0e3443986a3b1855c.tar.gz jackcess-dccac86c851cc8121f792de0e3443986a3b1855c.zip |
expand javadocs for core interfaces
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@769 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,10 +58,10 @@ Refactor goals: - implement page buffering in PageChannel * need to implement logical flushing in update code (startUpdate/finishUpdate) * limit size of IndexPageCache? -- make non-thread-safeness more explicit +* make non-thread-safeness more explicit - refactor free-space handlers Table/Column? -- update index/cookbook for new api -- add basic walk-through in class javadocs to guide users to correct classes +* update index/cookbook for new api +* add basic walk-through in class javadocs to guide users to correct classes and basic getting started stuff. * public api final cleanup: |