Author: markt
Date: Mon Aug  2 15:41:50 2010
New Revision: 981566

URL: http://svn.apache.org/viewvc?rev=981566&view=rev
Log:
Tab police

Modified:
    tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html
    tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
    tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml
    tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Attribute.java

Modified: tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html?rev=981566&r1=981565&r2=981566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html (original)
+++ tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html Mon Aug  2 
15:41:50 2010
@@ -24,8 +24,7 @@ and query for Mbeans inside a running in
 http://tomcat.apache.org/tomcat-7.0-doc/monitoring.html</a>.</p>
 
 <p>Each task element can open a new jmx connection or reference an
-       existing one. The following attribute are exists in every tasks:
-</p>
+existing one. The following attribute are exists in every tasks:</p>
 
 <table>
   <tr>
@@ -72,6 +71,6 @@ http://tomcat.apache.org/tomcat-7.0-doc/
 </table>
 
 <p><strong>NOTE</strong> - This Tasks only work, 
-       when JSR 160 MBean Adaptor as remote jvm is configured.</p>
+when JSR 160 MBean Adaptor as remote jvm is configured.</p>
 
 </body>

Modified: tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml?rev=981566&r1=981565&r2=981566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Mon 
Aug  2 15:41:50 2010
@@ -30,12 +30,12 @@
                 group="Connector"
                  type="org.apache.catalina.connector.Connector">
 
-       <!-- Common -->
+    <!-- Common -->
     <attribute   name="acceptCount"
           description="The accept count for this Connector"
                  type="int"/>
-       
-       <!-- Common -->
+    
+    <!-- Common -->
     <attribute   name="address"
           description="The IP address on which to bind"
                  type="java.lang.String"/>
@@ -58,7 +58,7 @@
           description="Linger value on the incoming connection"
                  type="int"/>
 
-       <!-- Common -->
+    <!-- Common -->
     <attribute   name="connectionTimeout"
           description="Timeout value on the incoming connection"
                  type="int"/>
@@ -71,12 +71,12 @@
           description="The 'enable DNS lookups' flag for this Connector"
                  type="boolean"/>
 
-       <!-- Common -->
+    <!-- Common -->
     <attribute   name="keepAliveTimeout"
           description="The number of seconds Tomcat will wait for a subsequent 
request before closing the connection"
                  type="int"/>
 
-       <attribute   name="maxKeepAliveRequests"
+    <attribute   name="maxKeepAliveRequests"
           description="Maximum number of Keep-Alive requests to honor per 
connection"
                  type="int"/>
 
@@ -88,8 +88,8 @@
           description="Maximum size of a POST which will be saved by the 
container during authentication"
                  type="int"/>                
 
-       <!-- Common -->
-       <attribute   name="maxThreads"
+    <!-- Common -->
+    <attribute   name="maxThreads"
           description="The maximum number of request processing threads to be 
created"
                  type="int"/>
 
@@ -97,7 +97,7 @@
           description="The number of request processing threads that will be 
created"
                  type="int"/>
 
-       <!-- Common -->
+    <!-- Common -->
     <attribute   name="port"
           description="The port number on which we listen for ajp13 requests"
                 type="int"/>
@@ -154,7 +154,7 @@
           description="Thread pool strategy"
                  type="java.lang.String"/>
 
-       <!-- Common -->
+    <!-- Common -->
     <attribute   name="tcpNoDelay"
           description="Should we use TCP no delay?"
                  type="boolean"/>

Modified: tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml?rev=981566&r1=981565&r2=981566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml 
(original)
+++ tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml Mon Aug  
2 15:41:50 2010
@@ -37,8 +37,8 @@
     <plugin-class>org.apache.jasper.tagplugins.jstl.core.ForEach</plugin-class>
   </tag-plugin>
   <tag-plugin>
-       <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class>
-       <plugin-class>org.apache.jasper.tagplugins.jstl.core.Out</plugin-class>
+    <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class>
+    <plugin-class>org.apache.jasper.tagplugins.jstl.core.Out</plugin-class>
   </tag-plugin>
   <tag-plugin>
     <tag-class>org.apache.taglibs.standard.tag.rt.core.SetTag</tag-class>

Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Attribute.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Attribute.java?rev=981566&r1=981565&r2=981566&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Attribute.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Attribute.java Mon 
Aug  2 15:41:50 2010
@@ -80,7 +80,7 @@ public abstract class Attribute implemen
         file.writeInt(length);
     }
 
-       private static final Map readers = new HashMap();
+    private static final Map readers = new HashMap();
 
     /*
      * Class method reads one attribute from the input data stream. This method



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

Reply via email to