Author: markt
Date: Wed Oct  8 19:52:08 2014
New Revision: 1630216

URL: http://svn.apache.org/r1630216
Log:
Fix checkstyle nags

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=1630216&r1=1630215&r2=1630216&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Oct  8 19:52:08 2014
@@ -221,10 +221,9 @@
     </fileset>
   </path>
 
-
   <!-- Version info filter set -->
   <tstamp>
-       <format property="year" pattern="yyyy" locale="en" timezone="UTC"/>
+    <format property="year" pattern="yyyy" locale="en" timezone="UTC"/>
     <format property="today" pattern="MMM d yyyy" locale="en" timezone="UTC"/>
     <format property="today-iso-8601" pattern="yyyy-MM-dd" locale="en" 
timezone="UTC"/>
     <format property="tstamp" pattern="HH:mm:ss" locale="en" timezone="UTC"/>

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1630216&r1=1630215&r2=1630216&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct  8 19:52:08 2014
@@ -61,7 +61,7 @@
       <add>
         <bug>47919</bug>: Extend the information logged when Tomcat starts to
         optionally include (enabled by default) the values of key environment
-        variables. (markt)  
+        variables. (markt)
       </add>
       <fix>
         <bug>55984</bug>: Using the allow separators in version 0 cookies 
option
@@ -148,7 +148,7 @@
       </fix>
       <add>
         Extend support for the <code>permessage-deflate</code> extension to the
-        client implementation. 
+        client implementation. (markt)
       </add>
     </changelog>
   </subsection>



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

Reply via email to