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 <[email protected]>
Authored: Tue Jan 31 12:50:43 2017 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
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)

Reply via email to