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 2012/01/07 10:38:27 UTC

git commit: Fix some javadoc issues.

Updated Branches:
  refs/heads/master 5e5212e8a -> 7cf1d02ae


Fix some javadoc issues.


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

Branch: refs/heads/master
Commit: 7cf1d02ae257acd72ecb558409449fe8c829ec18
Parents: 5e5212e
Author: martin-g <mg...@apache.org>
Authored: Sat Jan 7 11:38:21 2012 +0200
Committer: martin-g <mg...@apache.org>
Committed: Sat Jan 7 11:38:21 2012 +0200

----------------------------------------------------------------------
 .../wicket/util/tester/BaseWicketTester.java       |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7cf1d02a/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java b/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
index c310d22..d713289 100644
--- a/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
+++ b/wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
@@ -2002,7 +2002,7 @@ public class BaseWicketTester
 
 	/**
 	 * Tests that a <code>Component</code> has been added to a <code>AjaxRequestTarget</code>, using
-	 * {@link AjaxRequestTarget#add(Component)}. This method actually tests that a
+	 * {@link AjaxRequestTarget#add(org.apache.wicket.Component...)}. This method actually tests that a
 	 * <code>Component</code> is on the Ajax response sent back to the client.
 	 * <p>
 	 * PLEASE NOTE! This method doesn't actually insert the <code>Component</code> in the client DOM
@@ -2086,8 +2086,7 @@ public class BaseWicketTester
 
 	/**
 	 * Simulates the firing of all ajax timer behaviors on the page
-	 * 
-	 * @param wt
+	 *
 	 * @param container
 	 */
 	public void executeAllTimerBehaviors(final MarkupContainer container)
@@ -2471,7 +2470,6 @@ public class BaseWicketTester
 
 	/**
 	 * @param setBaseUrl
-	 * @param useRequestUrlAsBase
 	 */
 	public void setUseRequestUrlAsBase(boolean setBaseUrl)
 	{