tag storage fix

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3302 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent c70dd35aed
commit e4910f03d1

@ -766,7 +766,7 @@ public class bookmarksDB {
timestamp=System.currentTimeMillis(); timestamp=System.currentTimeMillis();
} }
public Map toMap(){ private Map toMap(){
entry.put(BOOKMARK_TAGS, listManager.hashset2string(tags)); entry.put(BOOKMARK_TAGS, listManager.hashset2string(tags));
entry.put(BOOKMARK_TIMESTAMP, String.valueOf(this.timestamp)); entry.put(BOOKMARK_TIMESTAMP, String.valueOf(this.timestamp));
return entry; return entry;
@ -856,6 +856,7 @@ public class bookmarksDB {
saveTag(tag); saveTag(tag);
} }
} }
toMap();
} }
public long getTimeStamp(){ public long getTimeStamp(){

Loading…
Cancel
Save