]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
Moved to jshop
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 07:58:35 +0000 (09:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 07:58:35 +0000 (09:58 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/pizzaapplication/customer/Customer.java [deleted file]
src/org/mxchange/pizzaapplication/customer/PizzaServiceCustomer.java [deleted file]

diff --git a/src/org/mxchange/pizzaapplication/customer/Customer.java b/src/org/mxchange/pizzaapplication/customer/Customer.java
deleted file mode 100644 (file)
index 7d2cf5f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2015 Roland Haeder
- *
- * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-package org.mxchange.pizzaapplication.customer;
-
-import org.mxchange.jcore.contact.Contact;
-
-/**
- * A customer interface
- *
- * @author Roland Haeder
- */
-public interface Customer extends Contact {
-
-}
diff --git a/src/org/mxchange/pizzaapplication/customer/PizzaServiceCustomer.java b/src/org/mxchange/pizzaapplication/customer/PizzaServiceCustomer.java
deleted file mode 100644 (file)
index a83f065..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (C) 2015 Roland Haeder
- *
- * 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
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-package org.mxchange.pizzaapplication.customer;
-
-import org.mxchange.jcore.contact.BaseContact;
-
-/**
- *
- * @author Roland Haeder
- */
-public class PizzaServiceCustomer extends BaseContact implements Customer {
-}