]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
tpyo fixed ...
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:36:57 +0000 (21:36 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:36:57 +0000 (21:36 +0100)
src/java/org/mxchange/jshopcore/model/category/CategoryConverter.java

index b4fa4b0620c5498ea0751bd1e36d38bfeddf847f..8c9592a374f29d4e691941609399c62fa308b1cf 100644 (file)
@@ -55,7 +55,7 @@ public class CategoryConverter 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<Category> categoryList = this.shopController.getAllCategories();