summaryrefslogtreecommitdiffstats
path: root/compatibility-server
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-10-20 10:15:43 +0200
committerPéter Török <31210544+torok-peter@users.noreply.github.com>2017-10-20 11:15:43 +0300
commit69ac68e064efb91ab21cf5aa4fd7533ae07b6089 (patch)
tree293acecc2055b5d19aa4c3a6c5158ff28d0d5600 /compatibility-server
parentdf2157ab9f39f7170675c8540a589cdc101d9456 (diff)
downloadvaadin-framework-69ac68e064efb91ab21cf5aa4fd7533ae07b6089.tar.gz
vaadin-framework-69ac68e064efb91ab21cf5aa4fd7533ae07b6089.zip
Fix typos (#10213)
* Fix typos * Fix
Diffstat (limited to 'compatibility-server')
-rw-r--r--compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
index 4973f2a9d8..01be620225 100644
--- a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
+++ b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/textfield/TextFieldValueChangeTest.java
@@ -53,7 +53,7 @@ public class TextFieldValueChangeTest
* but don't fire value change events twice if value has only changed once.
*
*
- * TODO make test field type agnostic (eg. combobox)
+ * TODO make test field type agnostic (e.g. combobox)
*/
@Test
public void testValueChangeEventPropagationWithReadThrough() {
@@ -87,7 +87,7 @@ public class TextFieldValueChangeTest
* Value change events from property should not propagate if read through is
* false. Execpt when the property is being set.
*
- * TODO make test field type agnostic (eg. combobox)
+ * TODO make test field type agnostic (e.g. combobox)
*/
@Test
public void testValueChangePropagationWithReadThroughOff() {