]> git.mxchange.org Git - jfinancials-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 15:13:38 +0000 (17:13 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 15:13:38 +0000 (17:13 +0200)
commita22286fd303de1ad8a10a44c618b5fc0b6c8f926
tree4b6bb02717f3c014e4741779f12fafdc0a86c9f0
parent5ac1a05500685ccda81b90d340a70f91a400e6af
Continued:
- renamed utility classes *s to *Utils
- moved them into own package
src/org/mxchange/jfinancials/model/income/IncomeUtils.java [deleted file]
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt/Receipts.java [deleted file]
src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java
src/org/mxchange/jfinancials/model/receipt_item/ReceiptItems.java [deleted file]
src/org/mxchange/jfinancials/model/utils/IncomeUtils.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/utils/ReceiptItemUtils.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/utils/ReceiptUtils.java [new file with mode: 0644]