]> git.mxchange.org Git - addressbook-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:29 +0000 (20:05 +0200)
- naming convention applied

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

index 500840b7699fabc5f00d0563d3721aea06f76e8e..e5712981f4e073e33d1414bf5498066069a57d5a 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 AddressbookProfileModeWebApplicationBean extends BaseAddressbookController implements AddressbookProfileModeWebApplicationController {