]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/converter/user/UserConverter.java
tpyo fixed ...
[addressbook-war.git] / src / java / org / mxchange / addressbook / converter / user / UserConverter.java
index 8d0592febc0fe7ce3133e2465427f83c3312c9ee..2da8327b71afd3745f890b4e9f871734269bf03e 100644 (file)
@@ -73,7 +73,7 @@ public class UserConverter implements Converter {
        @Override
        public Object getAsObject (final FacesContext context, final UIComponent component, final String submittedValue) {
                // Trace message
-               this.loggerBeanLocal.logTrace(MessageFormat.format("getAsObject: contect={0},component={1},submittedValue={2} - CALLED!", context, component, submittedValue)); //NOI18N
+               this.loggerBeanLocal.logTrace(MessageFormat.format("getAsObject: context={0},component={1},submittedValue={2} - CALLED!", context, component, submittedValue)); //NOI18N
 
                // Is the value null or empty?
                if ((null == submittedValue) || (submittedValue.trim().isEmpty())) {