]> git.mxchange.org Git - jfinancials-core.git/commitdiff
No logger in entities, they are not serializable. Strange that the Payara EJB
authorRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 20:35:08 +0000 (22:35 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 20:35:08 +0000 (22:35 +0200)
container didn't directly complain about it, but that FinancialReceipt is no
entity ...

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java

index d5db7965ddd110a0dd865cf0c2516c81a23cd0fa..c0bc97748a7b7f3d898e7928338dca71bc720963 100644 (file)
@@ -18,7 +18,6 @@ package org.mxchange.jfinancials.model.receipt.entry;
 
 import java.util.Calendar;
 import java.util.Objects;
-import java.util.logging.Logger;
 import javax.persistence.Basic;
 import javax.persistence.CascadeType;
 import javax.persistence.Column;
@@ -53,8 +52,6 @@ import org.mxchange.jproduct.model.product.Product;
 @SuppressWarnings ("PersistenceUnitPresent")
 public class ReceiptEntry implements BillableReceiptEntry {
 
-       private static final Logger LOG = Logger.getLogger(ReceiptEntry.class.getName());
-
        /**
         * Serial number
         */