lotus 16 years ago
parent 2802138787
commit 18513e2ee2

@ -537,6 +537,7 @@ public class bookmarksDB {
* @param tag an object of type Tag to be stored/removed
*/
public void storeTag(final Tag tag){
if (tag == null) return;
try {
if(tag.size() >0){
bookmarksDB.this.tagsTable.put(tag.getTagHash(), tag.getMap());

Loading…
Cancel
Save