You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/12/18 08:49:55 UTC

svn commit: r1774858 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

Author: markt
Date: Sun Dec 18 08:49:55 2016
New Revision: 1774858

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

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1774858&r1=1774857&r2=1774858&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Dec 18 08:49:55 2016
@@ -616,9 +616,9 @@
         <exclude name="nbproject/**"/>
         <exclude name="output/**"/>
         <exclude name="modules/**"/>
-      	<!-- Exclude these since some svn clients do not seem able to handle
-      	     UTF-16 line-ending conversion -->
-      	<exclude name="test/webapp/jsp/encoding/bom-utf16*"/>
+        <!-- Exclude these since some svn clients do not seem able to handle
+             UTF-16 line-ending conversion -->
+        <exclude name="test/webapp/jsp/encoding/bom-utf16*"/>
         <exclude name="test/webapp/jsp/encoding/bom-none-prolog-utf16*"/>
       </fileset>
       <fileset dir="modules/jdbc-pool" >

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1774858&r1=1774857&r2=1774858&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Dec 18 08:49:55 2016
@@ -109,7 +109,7 @@
     <changelog>
       <fix>
         Correctly handle blocking WebSocket writes when the write times out just
-        before the write is attempted. (markt) 
+        before the write is attempted. (markt)
       </fix>
     </changelog>
   </subseciton>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org