]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/converter/country/CountryConverter.java
tpyo fixed ...
[addressbook-war.git] / src / java / org / mxchange / addressbook / converter / country / CountryConverter.java
index a29b64c5cb9abe1c56ce1e9ae28b42fb574589bc..98ede54c9215031835ef76b4379184242366b478 100644 (file)
@@ -73,7 +73,7 @@ public class CountryConverter 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
 
                // Get full list
                List<Country> countryList = this.countryController.allCountries();