Author: nextgens
Date: 2007-11-28 15:31:08 +0000 (Wed, 28 Nov 2007)
New Revision: 16019

Modified:
   trunk/freenet/src/freenet/clients/http/bookmark/BookmarkItem.java
Log:
BookmarkManager: deprecate the description-less constructor

Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkItem.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkItem.java   
2007-11-28 15:30:50 UTC (rev 16018)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkItem.java   
2007-11-28 15:31:08 UTC (rev 16019)
@@ -27,15 +27,6 @@
     private final UserAlertManager alerts;
     protected String desc;

-    public BookmarkItem(FreenetURI k, String n, boolean hasAnActivelink, 
UserAlertManager uam)
-            throws MalformedURLException {
-        this.key = k;
-        this.name = n;
-        this.hasAnActivelink = hasAnActivelink;
-        this.alerts = uam;
-        alert = new BookmarkUpdatedUserAlert();
-    }
-
     public BookmarkItem(FreenetURI k, String n, String d, boolean 
hasAnActivelink, UserAlertManager uam)
             throws MalformedURLException {



Reply via email to