You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2009/08/15 20:27:34 UTC

svn commit: r804511 - /wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java

Author: knopp
Date: Sat Aug 15 18:27:34 2009
New Revision: 804511

URL: http://svn.apache.org/viewvc?rev=804511&view=rev
Log: (empty)

Modified:
    wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java

Modified: wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java
URL: http://svn.apache.org/viewvc/wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java?rev=804511&r1=804510&r2=804511&view=diff
==============================================================================
--- wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java (original)
+++ wicket/sandbox/knopp/experimental/wicket-ng/src/main/java/org/apache/wicket/RequestCycle.java Sat Aug 15 18:27:34 2009
@@ -84,9 +84,9 @@
 	}
 
 	/**
-	 * Get the original response the request was created with. Access may be necessary with the
-	 * response has temporarily being replaced but your components requires access to lets say the
-	 * cookie methods of a WebResponse.
+	 * Get the original response the request was created with. Access to the original response may be 
+	 * necessary if the response has been temporarily replaced but the components require methods from
+	 * original response (i.e. cookie methods of WebResponse, etc).
 	 * 
 	 * @return The original response object.
 	 */