]> git.mxchange.org Git - jjobs-war.git/commitdiff
Confusion in controller name versus variable e.g. from selectItems
authorRoland Haeder <roland@mxchange.org>
Sun, 7 Aug 2016 10:11:18 +0000 (12:11 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 7 Aug 2016 10:11:18 +0000 (12:11 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationBean.java

index fbeb7f51c77339f60c4961e36832bf8e3c25c5df..f2f15c02ca776551ede273b3666851e296215b2c 100644 (file)
@@ -37,7 +37,7 @@ import org.mxchange.jjobs.beans.BaseJobsController;
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
-@Named ("country")
+@Named ("countryController")
 @ApplicationScoped
 public class JobsCountryWebApplicationBean extends BaseJobsController implements JobsCountryWebApplicationController {