Author: j16sdiz
Date: 2008-11-05 07:15:22 +0000 (Wed, 05 Nov 2008)
New Revision: 23319

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

Modified: trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2008-11-05 06:32:56 UTC (rev 23318)
+++ trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java   
2008-11-05 07:15:22 UTC (rev 23319)
@@ -47,7 +47,7 @@
        }

        /**
-        * Get all bookmark as a HTMLNode of <li>...</li>s 
+        * Get all bookmark as a tree of <li>...</li>s
         */
        private void addCategoryToList(BookmarkCategory cat, String path, 
HTMLNode list) {
                List<BookmarkItem> items = cat.getItems();

Modified: trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-11-05 
06:32:56 UTC (rev 23318)
+++ trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-11-05 
07:15:22 UTC (rev 23319)
@@ -34,7 +34,7 @@

 /**
  * Used for passing all HTTP request information to the FredPlugin that handles
- * the request. It parses the query string and has several methods for acessing
+ * the request. It parses the query string and has several methods for 
accessing
  * the request parameter values.
  * 
  * @author nacktschneck


Reply via email to