From c29dc089d20621e5389d6fc6bd1ce1e3c633edb7 Mon Sep 17 00:00:00 2001 From: devopstrainers1 Date: Sat, 17 Feb 2024 04:51:47 +0000 Subject: [PATCH] Fixed --- .../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 b195b843..507d8f6c 100644 --- a/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java +++ b/src/main/java/com/vaadin/tutorial/addressbook/AddressbookUI.java @@ -1,6 +1,6 @@ package com.vaadin.tutorial.addressbook; -import javax.servlet.annotation.WebServlet +import javax.servlet.annotation.WebServlet; import com.vaadin.annotations.Theme; import com.vaadin.annotations.Title;