Author: sabob
Date: Sun Jul 5 01:24:42 2009
New Revision: 791196
URL: http://svn.apache.org/viewvc?rev=791196&view=rev
Log:
fixed typos
Modified:
incubator/click/trunk/click/framework/src/org/apache/click/Page.java
Modified: incubator/click/trunk/click/framework/src/org/apache/click/Page.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/Page.java?rev=791196&r1=791195&r2=791196&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/Page.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/Page.java Sun Jul 5 01:24:42
2009
@@ -192,7 +192,7 @@
protected String redirect;
/**
- * The page is stateful and should be save to the users HttpSession
+ * The page is stateful and should be saved to the users HttpSession
* between requests.
*/
protected boolean stateful;
@@ -1025,7 +1025,8 @@
* Return true if the page is stateful and should be saved in the users
* HttpSession between requests.
*
- * @return true if the page is stateful and should be save in the users session
+ * @return true if the page is stateful and should be saved in the users
+ * session
*/
public boolean isStateful() {
return stateful;
|