]> git.mxchange.org Git - jbonuscard-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 23 Oct 2017 21:16:14 +0000 (23:16 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Oct 2017 21:16:14 +0000 (23:16 +0200)
- fixed imports as package has changed

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/events/receipt_item/added/ObservableReceiptItemAddedEvent.java
src/org/mxchange/jfinancials/events/receipt_item/added/ReceiptItemAddedEvent.java
src/org/mxchange/jfinancials/exceptions/receipt_item/ReceiptItemAlreadyAddedException.java
src/org/mxchange/jfinancials/model/receipt_item/BillableReceiptItem.java
src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java
src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java

index 4fb692be2a62ee50aea0ba7630111138428d3305..1ecd668b0de5043e38280ec67c1174a64c2575c4 100644 (file)
@@ -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
index c8442897a4d0d839e778f51adbbdcedd625455b0..b0634b500d2b3234e1a8165fc1293141c58f7248 100644 (file)
@@ -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
index c622d30fdb2a98ad3278935913d1598650904de0..f7447b1c84a819420555fe91085cf953b3943302 100644 (file)
@@ -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
index 85ee3a091e7a8b5c167cb46e9b1ed727abb237ce..a6cd297d975ae9a9771d41732c2c01b0da14e5bb 100644 (file)
@@ -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;
index df48d4372b674ca235f902e1044bcd858f98239d..fa86c3f9bb5eb0490b70d020bc01a2b55574f5ed 100644 (file)
@@ -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;
index 1f7fd23e665dbce1f982bfb1fb6fee9979a33b76..bb8ef5deb55d8d6c629ee781d5e811e76479dff8 100644 (file)
@@ -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;