From 08ce176e2a52cf68210a7b143a613104ba1f8d5f Mon Sep 17 00:00:00 2001 From: Rajiv317 <82256704+Rajiv317@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:07:40 +0530 Subject: [PATCH] Update AddressbookUI.java --- .../com/edurekademo/tutorial/addressbook/AddressbookUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java b/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java index 5f2c878b7..434300f2c 100644 --- a/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java +++ b/src/main/java/com/edurekademo/tutorial/addressbook/AddressbookUI.java @@ -19,8 +19,8 @@ import com.vaadin.v7.ui.TextField; /* User Interface written in Java. - * - * Define the user interface shown on the Vaadin generated web page by extending the UI class. + * + * Define the user interface shown on the Vaadin generated web page by extending the UI class. * By default, a new UI instance is automatically created when the page is loaded. To reuse * the same instance, add @PreserveOnRefresh. */