You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2012/02/02 03:02:48 UTC

[1/4] git commit: fix method name

Updated Branches:
  refs/heads/sandbox/feedback [created] 6242868b4


fix method name


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

Branch: refs/heads/sandbox/feedback
Commit: 6242868b4cbdaac58eae5ed917f14949b0b43158
Parents: 7d04e6f
Author: Igor Vaynberg <iv...@apache.org>
Authored: Wed Feb 1 18:02:23 2012 -0800
Committer: Igor Vaynberg <iv...@apache.org>
Committed: Wed Feb 1 18:02:23 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/6242868b/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 efcb7e8..5ae3e0e 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Session.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Session.java
@@ -276,7 +276,7 @@ public abstract class Session implements IClusterable, IEventSink
 	 *             for cleanup during testing see {@link BaseWicketTester#cleanupFeedbackMessages()}
 	 */
 	@Deprecated
-	public final void cleanupFeedbackMessages2()
+	public final void cleanupFeedbackMessages()
 	{
 		throw new UnsupportedOperationException("Deprecated, see the javadoc");
 	}