Rename catalog package to orderCatalog

This commit is contained in:
Mathis Kral 2023-11-10 19:13:00 +01:00 committed by Simon Bruder
parent 89eed0755d
commit 2f24b9a80e
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 0 additions and 4 deletions

View file

@ -7,9 +7,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
@Controller

View file

@ -1,7 +1,5 @@
package catering.orderCatalog;
import org.springframework.stereotype.Component;
import java.util.HashMap;
import java.util.Map;