]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix Binder bindInstanceFields code example in JavaDoc (#9929)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Tue, 5 Sep 2017 05:41:27 +0000 (08:41 +0300)
committerHenri Sara <henri.sara@gmail.com>
Tue, 5 Sep 2017 05:41:27 +0000 (08:41 +0300)
Closes #8994

server/src/main/java/com/vaadin/data/Binder.java

index 96865b13e87a91e57ee787fd90e5e6b4a9140981..d65e778f9f8653d34a978cfdc1a50302fb1fb8f0 100644 (file)
@@ -2108,7 +2108,7 @@ public class Binder<BEAN> implements Serializable {
      *
      * MyForm myForm = new MyForm();
      * ...
-     * binder.bindMemberFields(myForm);
+     * binder.bindInstanceFields(myForm);
      * </pre>
      *
      * This binds the firstName TextField to a "firstName" property in the item,