Author: mgrigorov
Date: Sun Mar 13 17:58:30 2011
New Revision: 1081174

URL: http://svn.apache.org/viewvc?rev=1081174&view=rev
Log:
Remove a mention of pagemap in javadocs


Modified:
    
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/WebPage.java

Modified: 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/WebPage.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/WebPage.java?rev=1081174&r1=1081173&r2=1081174&view=diff
==============================================================================
--- 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/WebPage.java
 (original)
+++ 
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/WebPage.java
 Sun Mar 13 17:58:30 2011
@@ -88,8 +88,8 @@ public class WebPage extends Page
         * that tools such as IDEs will include it their list of suggested 
constructors for derived
         * classes.
         * 
-        * Please call this constructor (or the one with the pagemap) if you 
want to remember the
-        * pageparameters {@link #getPageParameters()}. So that they are reused 
for stateless links.
+        * Please call this constructor if you want to remember the 
pageparameters
+        * {@link #getPageParameters()}. So that they are reused for stateless 
links.
         * 
         * @param parameters
         *            Wrapped query string parameters.


Reply via email to