]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 19:56:42 +0000 (21:56 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 19:58:42 +0000 (21:58 +0200)
- this method is also only called from JSF views, no place in an interface
  which is for CDI bean -> bean calls
- this is mostly already deprecated but the interface shall remain

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/business/basicdata/JobsBusinessDataWebSessionBean.java

index 365566d0ebdf0ee2b41ed6deda08b58c9534a795..77cf7ae1ae73b02daa14ab47c384e0a6f6aad728 100644 (file)
@@ -120,7 +120,12 @@ public class JobsBusinessDataWebSessionBean extends BaseJobsController implement
                super();
        }
 
-       @Override
+
+       /**
+        * Returns a list of all business contacts
+        * <p>
+        * @return A list of all business contacts
+        */
        @SuppressWarnings ("ReturnOfCollectionOrArrayField")
        public List<BusinessBasicData> allBusinessContacts () {
                return this.businessContacts;