]> git.mxchange.org Git - jfinancials-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>
Sun, 11 Jun 2017 14:52:55 +0000 (16:52 +0200)
- naming convention applied

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

index d408486379fcbada000f66a8c9690e085f7df700..70208d6c838908e79d0a4f78815a21796709aa1c 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 FinancialsProfileModeWebApplicationBean extends BaseFinancialsController implements FinancialsProfileModeWebApplicationController {