]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2017 14:52:55 +0000 (16:52 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2017 18:05:24 +0000 (20:05 +0200)
- naming convention applied

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

index 94e5e3396c4879616739abdd707f97570add876e..e6b54844b0cfa66b76c31a15518339195979a59e 100644 (file)
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-@Named ("profileMode")
+@Named ("profileModeController")
 @ApplicationScoped
 public class JobsProfileModeWebApplicationBean extends BaseJobsController implements JobsProfileModeWebApplicationController {