Repository: wicket
Updated Branches:
  refs/heads/master 20f07bfdb -> b8e924e2f


WICKET-6269: update user guide to use new interface name


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

Branch: refs/heads/master
Commit: b8e924e2fb384e20c148ab1af0f2dd06d46f8c3a
Parents: 20f07bf
Author: Emond Papegaaij <emond.papega...@topicus.nl>
Authored: Mon Nov 7 16:08:54 2016 +0100
Committer: Emond Papegaaij <emond.papega...@topicus.nl>
Committed: Mon Nov 7 16:08:54 2016 +0100

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b8e924e2/wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc 
b/wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc
index f4c4dae..0b7a6c3 100644
--- a/wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc
+++ b/wicket-user-guide/src/docs/guide/helloWorld/helloWorld_4.gdoc
@@ -55,7 +55,7 @@ public class HomePage extends WebPage {
 }
 {code}
 
-The lambda expression is converted into a 
@org.apache.wicket.lambda.WicketConsumer@, which is basically a serializable 
version of @java.util.function.Consumer<T>@ (we will see later why we need it 
to be serializable).
+The lambda expression is converted into a 
@org.danekja.java.util.function.serializable.SerializableConsumer@, which is a 
serializable version of @java.util.function.Consumer<T>@ (we will see later why 
we need it to be serializable).
 
 Wicket comes with a rich set of link components suited for every need (links 
to static URL, Ajax-enhanced links, links to a file to download, links to 
external pages and so on). We will see them in [chapter 10|guide:urls].
 

Reply via email to