Javadoc fixes - remove obsolete parameter

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

Branch: refs/heads/master
Commit: abbe82d9204e90c98c81d8a1fd97fcea539a5a2f
Parents: 6c54afd
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Wed Feb 8 09:29:04 2012 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Wed Feb 8 09:52:02 2012 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/util/tester/TagTester.java   |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/abbe82d9/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java 
b/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
index d429063..7aba99b 100644
--- a/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
+++ b/wicket-core/src/main/java/org/apache/wicket/util/tester/TagTester.java
@@ -446,8 +446,6 @@ public class TagTester
         *            the attribute which should be on the tag in the markup
         * @param value
         *            the value which the attribute must have
-        * @param stopAfterFirst
-        *            if true search will stop after the first match
         * @return the <code>TagTester</code> which matches the tag in the 
markup, that has the given
         *         value on the given attribute
         */

Reply via email to