You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/10/22 22:25:25 UTC

svn commit: r1534773 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java

Author: lofwyr
Date: Tue Oct 22 20:25:24 2013
New Revision: 1534773

URL: http://svn.apache.org/r1534773
Log:
spell

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java?rev=1534773&r1=1534772&r2=1534773&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/application/ViewHandlerImpl.java Tue Oct 22 20:25:24 2013
@@ -21,7 +21,6 @@ package org.apache.myfaces.tobago.applic
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import static org.apache.myfaces.tobago.TobagoConstants.ATTR_CLIENT_PROPERTIES;
 import org.apache.myfaces.tobago.component.ComponentUtil;
 import org.apache.myfaces.tobago.context.ClientProperties;
 import org.apache.myfaces.tobago.util.RequestUtils;
@@ -33,6 +32,8 @@ import javax.faces.context.FacesContext;
 import java.io.IOException;
 import java.util.Locale;
 
+import static org.apache.myfaces.tobago.TobagoConstants.ATTR_CLIENT_PROPERTIES;
+
 public class ViewHandlerImpl extends ViewHandler {
 
   private static final Log LOG = LogFactory.getLog(ViewHandlerImpl.class);
@@ -43,7 +44,7 @@ public class ViewHandlerImpl extends Vie
 
   public ViewHandlerImpl(ViewHandler base) {
     if (LOG.isInfoEnabled()) {
-      LOG.info("Hiding RI base implemation: " + base);
+      LOG.info("Hiding RI base implementation: " + base);
     }
     this.base = base;
   }