]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationController.java
Please cherry-pick:
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / profilemode / JobsProfileModeWebApplicationController.java
index baf4d3ae12916274ad67d14ab20fdae8daefabeb..dd028c0675b67944eed5b5da34b19db542d9b471 100644 (file)
@@ -27,9 +27,9 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
 public interface JobsProfileModeWebApplicationController extends Serializable {
 
        /**
-        * Getter for all genders as array
+        * Getter for all profile modes as array
         * <p>
-        * @return All genders as array
+        * @return All profile modes as array
         */
        ProfileMode[] getAllProfileModes ();