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 2013/10/21 11:41:09 UTC

git commit: WICKET-5389 Fix the reference to the ticket in the javadoc

Updated Branches:
  refs/heads/master ac3dddd84 -> 3168927cb


WICKET-5389 Fix the reference to the ticket in the javadoc


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

Branch: refs/heads/master
Commit: 3168927cbae06ce07c3dff4b7ffdffa94e02df24
Parents: ac3dddd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Oct 21 12:24:03 2013 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Oct 21 12:24:03 2013 +0300

----------------------------------------------------------------------
 .../test/java/org/apache/wicket/util/tester/WicketTesterTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3168927c/wicket-core/src/test/java/org/apache/wicket/util/tester/WicketTesterTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/util/tester/WicketTesterTest.java b/wicket-core/src/test/java/org/apache/wicket/util/tester/WicketTesterTest.java
index 78f3f08..d6c3045 100644
--- a/wicket-core/src/test/java/org/apache/wicket/util/tester/WicketTesterTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/util/tester/WicketTesterTest.java
@@ -1244,7 +1244,7 @@ public class WicketTesterTest extends WicketTestCase
 	}
 
 	/**
-	 * WICKET-XXXX reuse WicketTester after preceeding exception
+	 * WICKET-5389 reuse WicketTester after preceeding exception
 	 */
 	@Test
 	public void reuseAfterException()