]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java
Please cherry-pick:
[jjobs-war.git] / src / java / org / mxchange / jjobs / beans / profilemode / JobsProfileModeWebApplicationBean.java
index 31dfe760d7bb08bcb71cede6f9d19b5fc1efd66c..be7746215951bcb6d6a315eefb1f560d8197dba0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -26,7 +26,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 {
 
@@ -39,6 +39,8 @@ public class JobsProfileModeWebApplicationBean extends BaseJobsController implem
         * Default constructor
         */
        public JobsProfileModeWebApplicationBean () {
+               // Call super constructor
+               super();
        }
 
        @Override
@@ -46,4 +48,5 @@ public class JobsProfileModeWebApplicationBean extends BaseJobsController implem
                // Return it
                return ProfileMode.values();
        }
+
 }