From 212c84481fea39bc1efed45c1cae03a7af1b0887 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 12 Apr 2010 09:47:42 +0000 Subject: [PATCH] Make constant final git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@933168 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/IntrospectionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/IntrospectionUtils.java b/java/org/apache/tomcat/util/IntrospectionUtils.java index e5fc9cf6d..33bc176d3 100644 --- a/java/org/apache/tomcat/util/IntrospectionUtils.java +++ b/java/org/apache/tomcat/util/IntrospectionUtils.java @@ -231,7 +231,7 @@ public final class IntrospectionUtils { } } - public static String PATH_SEPARATOR = System.getProperty("path.separator"); + public final static String PATH_SEPARATOR = System.getProperty("path.separator"); /** * Adds classpath entries from a vector of URL's to the "tc_path_add" System -- 2.11.0