From eb9103d34be8ac7680caaa848c115c3e7b121f3f Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 26 Sep 2010 17:57:07 +0000 Subject: [PATCH] Tab police git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001485 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/coyote/ajp/Constants.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/java/org/apache/coyote/ajp/Constants.java b/java/org/apache/coyote/ajp/Constants.java index b2e6b81af..94ce12df0 100644 --- a/java/org/apache/coyote/ajp/Constants.java +++ b/java/org/apache/coyote/ajp/Constants.java @@ -155,9 +155,9 @@ public final class Constants { * @param code the coded value * @return the string value of the method */ - public static final String getMethodForCode(final int code) { - return methodTransArray[code]; - } + public static final String getMethodForCode(final int code) { + return methodTransArray[code]; + } public static final int SC_M_JK_STORED = (byte) 0xFF; @@ -202,9 +202,9 @@ public final class Constants { * @param code the coded value * @return the string value of the header name */ - public static final String getHeaderForCode(final int code) { - return headerTransArray[code]; - } + public static final String getHeaderForCode(final int code) { + return headerTransArray[code]; + } // Translates integer codes to response header names private static final String [] responseTransArray = { @@ -226,9 +226,9 @@ public final class Constants { * @param code the coded value * @return the string value of the header */ - public static final String getResponseHeaderForCode(final int code) { - return responseTransArray[code]; - } + public static final String getResponseHeaderForCode(final int code) { + return responseTransArray[code]; + } private static final Hashtable responseTransHash = new Hashtable(20); -- 2.11.0