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

Modified:
   trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java
Log:
cleaner javadoc

Modified: trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-11-05 
07:15:22 UTC (rev 23319)
+++ trunk/freenet/src/freenet/clients/http/HTTPRequestImpl.java 2008-11-05 
07:15:51 UTC (rev 23320)
@@ -42,10 +42,9 @@
 public class HTTPRequestImpl implements HTTPRequest {

        /**
-        * This map is used to store all parameter values. The name (as String) 
of
-        * the parameter is used as key, the returned value is a list (of 
Strings)
-        * with all values for that parameter sent in the request. You shouldn't
-        * access this map directly, use {@link #getParameterValueList(String)} 
and
+        * This map is used to store all parameter values.
+        *  
+        * Don't access this map directly, use {@link 
#getParameterValueList(String)} and
         * {@link #isParameterSet(String)} instead
         */
        private final Map<String, List<String>> parameterNameValuesMap = new 
HashMap<String, List<String>>();


Reply via email to