You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/03/27 08:57:09 UTC

svn commit: r1085887 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java

Author: mgrigorov
Date: Sun Mar 27 06:57:08 2011
New Revision: 1085887

URL: http://svn.apache.org/viewvc?rev=1085887&view=rev
Log:
WICKET-3560 Fix javadoc


Modified:
    wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java

Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java?rev=1085887&r1=1085886&r2=1085887&view=diff
==============================================================================
--- wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java (original)
+++ wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/https/HttpsMapper.java Sun Mar 27 06:57:08 2011
@@ -38,7 +38,7 @@ import org.apache.wicket.util.lang.Args;
  * 		super.init();
  * 
  * 		getRootRequestMapperAsCompound().add(new MountedMapper("secured", HttpsPage.class));
- * 		mountBookmarkablePage(SomeOtherPage.class);
+ * 		mountPage(SomeOtherPage.class);
  * 
  * 		// notice that in most cases this should be done as the
  * 		// last mounting-related operation because it replaces the root mapper