]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 5 Oct 2019 00:23:02 +0000 (02:23 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 5 Oct 2019 00:23:02 +0000 (02:23 +0200)
- improved inline documentation a bit (EJBs are called, not any bean)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/financial/model/receipt/list/FinancialsReceiptListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/financial/model/receipt_item/list/FinancialsReceiptItemListWebViewBean.java

index 65a41276a0fa2a98a939bd95ed1fae07e4353090..cb89a03330eb6eb25a8a4a01abbe900438200ecc 100644 (file)
@@ -183,7 +183,7 @@ public class FinancialsReceiptListWebViewBean extends BaseFinancialsBean impleme
        public void initCache () {
                // Is cache there?
                if (!this.receiptCache.iterator().hasNext()) {
-                       // Get whole list
+                       // Get whole list from EJB
                        final List<BillableReceipt> receipts = this.receiptBean.allReceipts();
 
                        // Add all
index caf9b545de1a367aebe229a298a1d00ad4fcb03a..146a06d1c2f6c66fdd1320320e15b6790f6107bb 100644 (file)
@@ -205,7 +205,7 @@ public class FinancialsReceiptItemListWebViewBean extends BaseFinancialsBean imp
        public void initCache () {
                // Is cache there?
                if (!this.receiptItemCache.iterator().hasNext()) {
-                       // Get whole list
+                       // Get whole list from EJB
                        final List<BillableReceiptItem> receiptItems = this.receiptItemBean.allReceiptItems();
 
                        // Add all