Make constant final
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 12 Apr 2010 09:47:42 +0000 (09:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 12 Apr 2010 09:47:42 +0000 (09:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@933168 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/IntrospectionUtils.java

index e5fc9cf..33bc176 100644 (file)
@@ -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