From c5d765e053418de250416dfc63d8e5453893bd27 Mon Sep 17 00:00:00 2001 From: muvirgile <52505035+muvirgile@users.noreply.github.com> Date: Mon, 16 Mar 2020 04:29:32 -0500 Subject: [PATCH] Update AddressbookUI.java --- .../com/edurekademo/tutorial/addressbook/AddressbookUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java b/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java index 0649c5f..3cdc921 100644 --- a/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java +++ b/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java @@ -35,7 +35,7 @@ public class AddressbookUI extends UI { * client-server communication. The default Vaadin components are in the * com.vaadin.ui package and there are over 500 more in * vaadin.com/directory. - */ + */ ** TextField filter = new TextField(); Grid contactList = new Grid(); Button newContact = new Button("New contact");