From: Roland Häder <roland@mxchange.org>
Date: Mon, 23 Oct 2017 21:16:14 +0000 (+0200)
Subject: Continued:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd19a84fca41237d9b2358a0d030250bd2cc5ba1;p=jbonuscard-core.git

Continued:
- fixed imports as package has changed

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java
index 4fb692b..1ecd668 100644
--- a/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java
+++ b/src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java
@@ -17,7 +17,7 @@
 package org.mxchange.jfinancials.events.receipt_item.added;
 
 import java.io.Serializable;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
 
 /**
  * An interface for events being fired when a receipt item instance has been
diff --git a/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java b/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java
index c844289..b0634b5 100644
--- a/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java
+++ b/src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java
@@ -17,7 +17,7 @@
 package org.mxchange.jfinancials.events.receipt_item.added;
 
 import java.text.MessageFormat;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
 
 /**
  * An event being fired when a new receipt item has been added
diff --git a/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java
index c622d30..f7447b1 100644
--- a/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java
+++ b/src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java
@@ -17,7 +17,7 @@
 package org.mxchange.jfinancials.exceptions.receipt_item;
 
 import java.text.MessageFormat;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
+import org.mxchange.jfinancials.model.receipt_item.BillableReceiptItem;
 
 /**
  * This exception is thrown when a receipt item was already added
diff --git a/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java b/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java
index 85ee3a0..a6cd297 100644
--- a/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java
+++ b/src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java
@@ -14,7 +14,7 @@
  * 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.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
 
 import java.io.Serializable;
 import java.util.Date;
diff --git a/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java b/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java
index df48d43..fa86c3f 100644
--- a/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java
+++ b/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java
@@ -14,7 +14,7 @@
  * 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.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
 
 import java.util.Date;
 import java.util.Objects;
diff --git a/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java b/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java
index 1f7fd23..bb8ef5d 100644
--- a/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java
+++ b/src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-package org.mxchange.jfinancials.model.receipt.item;
+package org.mxchange.jfinancials.model.receipt_item;
 
 import java.io.Serializable;
 import java.text.MessageFormat;