Author: nextgens
Date: 2007-11-28 13:49:00 +0000 (Wed, 28 Nov 2007)
New Revision: 16010
Modified:
trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
Add a FIXME
Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-28 13:45:30 UTC (rev 16009)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-28 13:49:00 UTC (rev 16010)
@@ -434,6 +434,7 @@
storeBookmarks();
}
+ /* FIXME: remove that kludge when 1076 is out */
private void _innerReadTrunkBookmarks(String prefix, BookmarkCategory
category, SimpleFieldSet sfs) {
boolean hasBeenParsedWithoutAnyProblem = true;
boolean isRoot = ("".equals(prefix) && MAIN_CATEGORY.equals(category));