]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix outdated javadoc reference
authorLeif Åstrand <leif@vaadin.com>
Wed, 11 Nov 2015 12:16:42 +0000 (12:16 +0000)
committerVaadin Code Review <review@vaadin.com>
Thu, 12 Nov 2015 08:18:59 +0000 (08:18 +0000)
Change-Id: I0bfae621ca71df02e5e19c33d4c21498fa86616c

server/src/com/vaadin/ui/AbstractTextField.java

index 93025ac0fdd7fad9614a9f6deeb326403f5b433d..5fbe60937ae6d95f20c16a95b93cedee2f15e301 100644 (file)
@@ -510,7 +510,7 @@ public abstract class AbstractTextField extends AbstractField<String> implements
         /**
          * Each text change event in the UI causes the event to be communicated
          * to the application after a timeout. The length of the timeout can be
-         * controlled with {@link TextField#setInputEventTimeout(int)}. Only the
+         * controlled with {@link TextField#setTextChangeTimeout(int)}. Only the
          * last input event is reported to the server side if several text
          * change events happen during the timeout.
          * <p>
@@ -523,7 +523,7 @@ public abstract class AbstractTextField extends AbstractField<String> implements
         /**
          * An event is triggered when there is a pause of text modifications.
          * The length of the pause can be modified with
-         * {@link TextField#setInputEventTimeout(int)}. Like with the
+         * {@link TextField#setTextChangeTimeout(int)}. Like with the
          * {@link #TIMEOUT} mode, an event is forced before
          * {@link ValueChangeEvent}s, even if the user did not keep a pause
          * while entering the text.