From d6038dfaa2e7a58e09f49dac5b3a2c7e54e58716 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 2 Aug 2010 15:41:50 +0000 Subject: [PATCH] Tab police git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981566 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/ant/jmx/package.html | 5 ++--- .../apache/catalina/connector/mbeans-descriptors.xml | 20 ++++++++++---------- .../org/apache/jasper/tagplugins/jstl/tagPlugins.xml | 4 ++-- .../apache/tomcat/util/bcel/classfile/Attribute.java | 2 +- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/java/org/apache/catalina/ant/jmx/package.html b/java/org/apache/catalina/ant/jmx/package.html index 578a3a3e5..6ff859a70 100644 --- a/java/org/apache/catalina/ant/jmx/package.html +++ b/java/org/apache/catalina/ant/jmx/package.html @@ -24,8 +24,7 @@ and query for Mbeans inside a running instance of Tomcat. For more information, http://tomcat.apache.org/tomcat-7.0-doc/monitoring.html.

Each task element can open a new jmx connection or reference an - existing one. The following attribute are exists in every tasks: -

+existing one. The following attribute are exists in every tasks:

@@ -72,6 +71,6 @@ http://tomcat.apache.org/tomcat-7.0-doc/monitoring.html.

NOTE - This Tasks only work, - when JSR 160 MBean Adaptor as remote jvm is configured.

+when JSR 160 MBean Adaptor as remote jvm is configured.

diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml b/java/org/apache/catalina/connector/mbeans-descriptors.xml index dca7d6e87..94226944f 100644 --- a/java/org/apache/catalina/connector/mbeans-descriptors.xml +++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml @@ -30,12 +30,12 @@ group="Connector" type="org.apache.catalina.connector.Connector"> - + - - + + @@ -58,7 +58,7 @@ description="Linger value on the incoming connection" type="int"/> - + @@ -71,12 +71,12 @@ description="The 'enable DNS lookups' flag for this Connector" type="boolean"/> - + - @@ -88,8 +88,8 @@ description="Maximum size of a POST which will be saved by the container during authentication" type="int"/> - - + @@ -97,7 +97,7 @@ description="The number of request processing threads that will be created" type="int"/> - + @@ -154,7 +154,7 @@ description="Thread pool strategy" type="java.lang.String"/> - + diff --git a/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml b/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml index 859c6c88d..f503c8b20 100644 --- a/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml +++ b/java/org/apache/jasper/tagplugins/jstl/tagPlugins.xml @@ -37,8 +37,8 @@ org.apache.jasper.tagplugins.jstl.core.ForEach - org.apache.taglibs.standard.tag.rt.core.OutTag - org.apache.jasper.tagplugins.jstl.core.Out + org.apache.taglibs.standard.tag.rt.core.OutTag + org.apache.jasper.tagplugins.jstl.core.Out org.apache.taglibs.standard.tag.rt.core.SetTag diff --git a/java/org/apache/tomcat/util/bcel/classfile/Attribute.java b/java/org/apache/tomcat/util/bcel/classfile/Attribute.java index df7a1b19b..0a4b0a962 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/Attribute.java +++ b/java/org/apache/tomcat/util/bcel/classfile/Attribute.java @@ -80,7 +80,7 @@ public abstract class Attribute implements Cloneable, Serializable 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 -- 2.11.0