Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3494 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Mar 20, 2007
1 parent bb51efb commit f4af360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/data/bookmarksDB.java
Expand Up @@ -389,7 +389,7 @@ public boolean removeBookmark(String urlHash){
}
Bookmark b;
try {
b = (Bookmark) bookmarksTable.get(urlHash);
b = getBookmark(urlHash);
bookmarksTable.remove(urlHash);
} catch (IOException e) {
b = null;
Expand Down

0 comments on commit f4af360

Please sign in to comment.