Author: sabob
Date: Sun Jun 27 12:52:41 2010
New Revision: 958380
URL: http://svn.apache.org/viewvc?rev=958380&view=rev
Log:
javadoc
Modified:
click/trunk/click/mock/src/org/apache/click/MockContainer.java
Modified: click/trunk/click/mock/src/org/apache/click/MockContainer.java
URL: http://svn.apache.org/viewvc/click/trunk/click/mock/src/org/apache/click/MockContainer.java?rev=958380&r1=958379&r2=958380&view=diff
==============================================================================
--- click/trunk/click/mock/src/org/apache/click/MockContainer.java (original)
+++ click/trunk/click/mock/src/org/apache/click/MockContainer.java Sun Jun 27 12:52:41 2010
@@ -564,8 +564,8 @@ public class MockContainer {
* Return the forward or redirect url as set by the Page.
* <p/>
* <b>Note:</b> redirect url's inside this application will have their
- * context path removed. This ensures that a forward or redirect to the
- * same url will have the same value.
+ * context path removed. This ensures that a forward or redirect will have
+ * the same value for the same url.
*
* @return either forward or redirect value.
*/
|