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.set is bad

laforge49 opened this issue · comments

The set method allows a versioned map to be replaced, which is a no no. The set method needs to be dropped in favor of the other methods that have been added which allow a version map to be updated.

Test code looking ever so much cleaner now.