]> git.mxchange.org Git - jfinancials-ejb.git/blobdiff - src/java/org/mxchange/jcontactsbusiness/model/department/FinancialsDepartmentSessionBean.java
Please cherry-pick:
[jfinancials-ejb.git] / src / java / org / mxchange / jcontactsbusiness / model / department / FinancialsDepartmentSessionBean.java
index e3d9f653bffdff486f0527176af1a22d80358cdf..1dbeb09fbda36b2c22144c281efd1b4f0693b5f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2018 Free Software Foundation
+ * Copyright (C) 2017 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -33,11 +33,11 @@ public class FinancialsDepartmentSessionBean extends BaseFinancialsEnterpriseBea
        /**
         * Serial number
         */
-       private static final long serialVersionUID = 58_467_386_571_701L;
+       private static final long serialVersionUID = 58_467_386_571_704L;
 
        @Override
        @SuppressWarnings ("unchecked")
-       public List<Department> allDepartments () {
+       public List<Department> fetchAllDepartments () {
                // Trace message
                this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.allDepartments: CALLED!", this.getClass().getSimpleName())); //NOI18N