Author: almaw
Date: Thu May 24 10:24:29 2007
New Revision: 541361

URL: http://svn.apache.org/viewvc?view=rev&rev=541361
Log:
Improve javadoc.

Modified:
    
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java

Modified: 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java?view=diff&rev=541361&r1=541360&r2=541361
==============================================================================
--- 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java
 (original)
+++ 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java
 Thu May 24 10:24:29 2007
@@ -108,10 +108,7 @@
        }
 
        /**
-        * Gets the encoded URL for the request target. Typically, the result 
will
-        * be prepended with a protocol specific prefix. In a servlet 
environment,
-        * the prefix concatenates the context path and the servlet path, for
-        * example "mywebapp/myservlet".
+        * Append the parameters to the end of the URL.
         * 
         * @param url
         *            the relative reference URL


Reply via email to