]> git.mxchange.org Git - jfinancials-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 17 Oct 2017 23:28:41 +0000 (01:28 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 17 Oct 2017 23:28:41 +0000 (01:28 +0200)
- these imports are no longer required

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt_item/FinancialAdminReceiptItemSessionBeanRemote.java
src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItemSessionBeanRemote.java

index d43c491dcdb372a069d6717156771e506491cd04..5fa15beb973d5c03d606e852c6ea7b54a939eef4 100644 (file)
@@ -19,7 +19,6 @@ package org.mxchange.jfinancials.model.receipt_item;
 import java.io.Serializable;
 import javax.ejb.Remote;
 import org.mxchange.jfinancials.exceptions.receipt_item.ReceiptItemAlreadyAddedException;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
 
 /**
  * A remote interface for administrative EJBs for receipt items
index ae3a2e67412804b0beee7e974092f2a3d81e007e..7a19fd8448929a6a4a43ba8e1bc00588997048c5 100644 (file)
@@ -21,7 +21,6 @@ import java.util.List;
 import javax.ejb.Remote;
 import org.mxchange.jfinancials.exceptions.receipt_item.ReceiptItemAlreadyAddedException;
 import org.mxchange.jfinancials.model.receipt.BillableReceipt;
-import org.mxchange.jfinancials.model.receipt.item.BillableReceiptItem;
 import org.mxchange.jusercore.model.user.User;
 
 /**