Author: mgrigorov
Date: Sun Dec 12 10:13:22 2010
New Revision: 1044781

URL: http://svn.apache.org/viewvc?rev=1044781&view=rev
Log:
Fix typos in javadoc

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java?rev=1044781&r1=1044780&r2=1044781&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Page.java Sun Dec 12 
10:13:22 2010
@@ -608,9 +608,9 @@ public abstract class Page extends Marku
        }
 
        /**
-        * Gets whether the page is stateless. Components on stateless page 
must not render any
-        * statefull urls, and components on statefull page must not render any 
stateless urls.
-        * Statefull urls are urls, which refer to a certain (current) page 
instance.
+        * Gets whether the page is stateless. Components on stateless page 
must not render any stateful
+        * urls, and components on stateful page must not render any stateless 
urls. Stateful urls are
+        * urls, which refer to a certain (current) page instance.
         * 
         * @return Whether this page is stateless
         */


Reply via email to