laforge49 / utils

Advanced Java utility classes.

Home Page:http://laforge49.github.io/projects/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Db.create needs fixing

laforge49 opened this issue · comments

The create(id) method currently overwrites the list, if it exists. In contrast to the javadoc, which says it will not.

Create has also been re-purposed a bit, as it creates a ListNode as needed, not a VersionedListNode.

The create method was the result of some confusion. It has been dropped.