Author: j16sdiz
Date: 2008-11-06 08:42:10 +0000 (Thu, 06 Nov 2008)
New Revision: 23334

Modified:
   trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
Log:
whitespace

Modified: trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2008-11-06 05:17:46 UTC (rev 23333)
+++ trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2008-11-06 08:42:10 UTC (rev 23334)
@@ -86,7 +86,6 @@

                List<BookmarkCategory> cats = cat.getSubCategories();
                for(int i = 0; i < cats.size(); i++) {
-
                        String catPath = path + cats.get(i).getName() + '/';
                        String catPathEncoded = URLEncoder.encode(catPath, 
false);



Reply via email to