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;