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 2017/01/31 11:51:13 UTC

wicket git commit: Fix javadoc error

Repository: wicket
Updated Branches:
  refs/heads/master 5b37aedcb -> 1ddc38d60


Fix javadoc error


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

Branch: refs/heads/master
Commit: 1ddc38d60ec735afb09b56aa6c7df708c48463bd
Parents: 5b37aed
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jan 31 12:50:43 2017 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jan 31 12:51:07 2017 +0100

----------------------------------------------------------------------
 wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1ddc38d6/wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java b/wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java
index ac56282..cf5b37f 100644
--- a/wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java
+++ b/wicket-core/src/main/java/org/apache/wicket/lambda/Lambdas.java
@@ -379,7 +379,7 @@ public class Lambdas
 	 *            the consumer of the updated checkbox and an {@link AjaxRequestTarget}
 	 * @return the {@link AjaxCheckBox}
 	 * 
-	 * @see AjaxCheckBox#onUpdate(String, SerializableConsumer)
+	 * @see AjaxCheckBox#onUpdate(String, SerializableBiConsumer)
 	 */
 	public static AjaxCheckBox ajaxCheckBox(String id,
 		SerializableBiConsumer<AjaxCheckBox, AjaxRequestTarget> onUpdate)