Author: ivaynberg
Date: Wed Dec  9 17:55:51 2009
New Revision: 888893

URL: http://svn.apache.org/viewvc?rev=888893&view=rev
Log:
WICKET-2603
Issue: WICKET-2603

Modified:
    
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java?rev=888893&r1=888892&r2=888893&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java
 Wed Dec  9 17:55:51 2009
@@ -708,8 +708,8 @@
        /**
         * In case you are using custom targets that are not part of the 
default target hierarchy, you
         * need to override this method, which will be called after the 
defaults have been tried. When
-        * this doesn't provide a url either (returns null), an exception will 
be thrown by the encode
-        * method saying that encoding could not be done.
+        * this doesn't provide a url either (returns null), {...@code null} 
will be returned by the encode
+        * method.
         * 
         * @param requestCycle
         *            the current request cycle (for efficient access)


Reply via email to