From 69ac68e064efb91ab21cf5aa4fd7533ae07b6089 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 20 Oct 2017 10:15:43 +0200 Subject: Fix typos (#10213) * Fix typos * Fix --- .../v7/tests/server/component/textfield/TextFieldValueChangeTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compatibility-server/src') 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() { -- cgit v1.2.3