From cbd9a2d0878c4948c73da343a8bcc4070bfa526e Mon Sep 17 00:00:00 2001 From: binoy2 <49379145+binoy2@users.noreply.github.com> Date: Sun, 9 May 2021 13:11:24 -0400 Subject: [PATCH] Update AddressbookUI.java --- .../java/com/vaadin/tutorial/addressbook/AddressbookUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java b/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java index 507d8f6c..0274d7db 100644 --- a/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java +++ b/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java @@ -2,7 +2,7 @@ import javax.servlet.annotation.WebServlet; -import com.vaadin.annotations.Theme; +import com.vaadin.annotations.Theme import com.vaadin.annotations.Title; import com.vaadin.annotations.VaadinServletConfiguration; import com.vaadin.annotations.Widgetset;