Author: toad
Date: 2007-09-21 16:25:58 +0000 (Fri, 21 Sep 2007)
New Revision: 15236
Modified:
trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
trivial indent
Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-09-21 16:15:09 UTC (rev 15235)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-09-21 16:25:58 UTC (rev 15236)
@@ -238,8 +238,7 @@
}
}
- getCategoryByPath(parentPath(path)).removeBookmark(
- getBookmarkByPath(path));
+ getCategoryByPath(parentPath(path)).removeBookmark(bookmark);
bookmarks.remove(path);
if (store)