From: markt Date: Mon, 12 Apr 2010 09:47:42 +0000 (+0000) Subject: Make constant final X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=212c84481fea39bc1efed45c1cae03a7af1b0887;p=tomcat7.0 Make constant final git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@933168 13f79535-47bb-0310-9956-ffa450edef68 --- 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