]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 03:24:16 +0000 (04:24 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 03:24:16 +0000 (04:24 +0100)
- sorted import lines

src/java/org/mxchange/jfinancials/model/receipt/FinancialReceiptSessionBean.java

index a19e126bcbc598e3945bebf61c99fc6f172bbe42..4e7b222c04c66edff8df05d7b4b97d5647699ebc 100644 (file)
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jfinancials.model.receipt;
 
-import org.mxchange.jfinancials.model.utils.ReceiptUtils;
 import java.text.MessageFormat;
 import java.util.Date;
 import java.util.LinkedList;
@@ -26,6 +25,7 @@ import javax.ejb.Stateless;
 import javax.persistence.Query;
 import org.mxchange.jfinancials.enterprise.BaseFinancialsEnterpriseBean;
 import org.mxchange.jfinancials.exceptions.receipt.ReceiptAlreadyAddedException;
+import org.mxchange.jfinancials.model.utils.ReceiptUtils;
 import org.mxchange.jusercore.model.user.User;
 
 /**