]> git.mxchange.org Git - pizzaservice-swing.git/blobdiff - src/org/mxchange/pizzaapplication/application/PizzaApplication.java
Updated copyright year
[pizzaservice-swing.git] / src / org / mxchange / pizzaapplication / application / PizzaApplication.java
index 8e0c56dd43ee476ddd953e93752b9caf56201377..cc914cff1b850edda55e6c6b18e60c341d76cfae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,10 +21,10 @@ import java.sql.SQLException;
 import java.util.Deque;
 import java.util.Iterator;
 import org.mxchange.jcore.application.Application;
-import org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException;
-import org.mxchange.jshopcore.exceptions.ProductTitleAlreadyUsedException;
-import org.mxchange.jshopcore.model.category.Category;
-import org.mxchange.jshopcore.model.product.Product;
+import org.mxchange.jproduct.exceptions.CategoryTitleAlreadyUsedException;
+import org.mxchange.jproduct.exceptions.ProductTitleAlreadyUsedException;
+import org.mxchange.jproduct.model.category.Category;
+import org.mxchange.jproduct.model.product.Product;
 
 /**
  *