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 2014/02/14 10:51:41 UTC

[7/8] git commit: Fix Session javadoc

Fix Session javadoc


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f033d309
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f033d309
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f033d309

Branch: refs/heads/sandbox/component-queueing-2
Commit: f033d30970a149baf909efaa8c42565a2cf79c64
Parents: e4c47ae
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Feb 14 11:19:26 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Feb 14 11:19:26 2014 +0200

----------------------------------------------------------------------
 wicket-core/src/main/java/org/apache/wicket/Session.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f033d309/wicket-core/src/main/java/org/apache/wicket/Session.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/Session.java b/wicket-core/src/main/java/org/apache/wicket/Session.java
index 057498a..37de3f3 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Session.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Session.java
@@ -92,8 +92,8 @@ import org.slf4j.LoggerFactory;
  * <li><b>Page Factory</b> - A pluggable implementation of {@link IPageFactory} is used to
  * instantiate pages for the session.
  * 
- * <li><b>Removal</b> - Pages can be removed from the Session forcibly by calling remove(Page) or
- * removeAll(), although such an action should rarely be necessary.
+ * <li><b>Removal</b> - Pages can be removed from the Session forcibly by calling clear(),
+ * although such an action should rarely be necessary.
  * 
  * <li><b>Flash Messages</b> - Flash messages are messages that are stored in session and are removed
  * after they are displayed to the user. Session acts as a store for these messages because they can