You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/02/10 15:11:45 UTC

svn commit: r742973 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java

Author: bommel
Date: Tue Feb 10 14:11:30 2009
New Revision: 742973

URL: http://svn.apache.org/viewvc?rev=742973&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java?rev=742973&r1=742972&r2=742973&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/servlet/DebugContentTypeFilter.java Tue Feb 10 14:11:30 2009
@@ -38,7 +38,8 @@
     }
   }
 
-  public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
+  public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
+      throws IOException, ServletException {
     if (LOG.isDebugEnabled()) {
       LOG.debug("do Filter " + getClass().getName());
     }