diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-20 10:15:43 +0200 |
---|---|---|
committer | Péter Török <31210544+torok-peter@users.noreply.github.com> | 2017-10-20 11:15:43 +0300 |
commit | 69ac68e064efb91ab21cf5aa4fd7533ae07b6089 (patch) | |
tree | 293acecc2055b5d19aa4c3a6c5158ff28d0d5600 /server/src/main/java/com/vaadin/data/HasValue.java | |
parent | df2157ab9f39f7170675c8540a589cdc101d9456 (diff) | |
download | vaadin-framework-69ac68e064efb91ab21cf5aa4fd7533ae07b6089.tar.gz vaadin-framework-69ac68e064efb91ab21cf5aa4fd7533ae07b6089.zip |
Fix typos (#10213)
* Fix typos
* Fix
Diffstat (limited to 'server/src/main/java/com/vaadin/data/HasValue.java')
-rw-r--r-- | server/src/main/java/com/vaadin/data/HasValue.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/src/main/java/com/vaadin/data/HasValue.java b/server/src/main/java/com/vaadin/data/HasValue.java index be5629f952..636610a974 100644 --- a/server/src/main/java/com/vaadin/data/HasValue.java +++ b/server/src/main/java/com/vaadin/data/HasValue.java @@ -296,10 +296,10 @@ public interface HasValue<V> extends Serializable { /** * Returns a validator that checks the internal state of the HasValue. This * should be overridden for components with internal value conversion or - * validation, eg. when the user is providing a string that has to be parsed - * into a date. An invalid input from user will be exposed to - * a {@link Binder} and can be seen as a validation failure. - * + * validation, e.g. when the user is providing a string that has to be + * parsed into a date. An invalid input from user will be exposed to a + * {@link Binder} and can be seen as a validation failure. + * * @since 8.1 * @return internal state validator * @see Binder#validate() |