Author: jrthomerson
Date: Fri May 28 18:10:11 2010
New Revision: 949246

URL: http://svn.apache.org/viewvc?rev=949246&view=rev
Log:
fixes WICKET-2897

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

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java?rev=949246&r1=949245&r2=949246&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/AbortWithHttpStatusException.java
 Fri May 28 18:10:11 2010
@@ -47,7 +47,8 @@ public class AbortWithHttpStatusExceptio
         * @param status
         *            The http response status code
         * @param statusCodeOptional
-        *            If true and http status could not be set, an 
IllegalStateException will be thrown
+        *            If false (meaning the http status is not required to be 
set), an
+        *            IllegalStateException will be thrown
         */
        public AbortWithHttpStatusException(int status, boolean 
statusCodeOptional)
        {


Reply via email to