]> git.mxchange.org Git - jjobs-war.git/blobdiff - src/java/org/mxchange/jjobs/converter/mobile/JobsMobileNumberConverter.java
Don't cherry-pick:
[jjobs-war.git] / src / java / org / mxchange / jjobs / converter / mobile / JobsMobileNumberConverter.java
index b31921fffb10d4da2bc782a57ab16c0608a1c56c..e20bc2ff7906c661d697ee88fb4525256fa9db3a 100644 (file)
@@ -54,7 +54,7 @@ public class JobsMobileNumberConverter implements Converter<DialableMobileNumber
                // Is the instance there?
                if (null == MOBILE_LIST_CONTROLLER) {
                        // Get bean from CDI directly
-                       MOBILE_LIST_CONTROLLER = CDI.current().select(JobssMobileListWebViewBean.class).get();
+                       MOBILE_LIST_CONTROLLER = CDI.current().select(JobsMobileListWebViewBean.class).get();
                }
 
                try {