Author: knopp
Date: Sat Aug 15 18:16:21 2009
New Revision: 804506
URL: http://svn.apache.org/viewvc?rev=804506&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=804506&r1=804505&r2=804506&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:16:21 2009
@@ -84,7 +84,7 @@
}
/**
- * Get the original response the request was create with. Access may be
necessary with the
+ * 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.
*