Another fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49092
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 May 2010 15:20:31 +0000 (15:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 May 2010 15:20:31 +0000 (15:20 +0000)
Make constant final

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@940055 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/tribes/demos/IntrospectionUtils.java

index 8b82bb8..78e0244 100644 (file)
@@ -231,7 +231,8 @@ public final class IntrospectionUtils {
         }
     }
 
-    public static String PATH_SEPARATOR = System.getProperty("path.separator");
+    public static final String PATH_SEPARATOR =
+        System.getProperty("path.separator");
 
     /**
      * Adds classpath entries from a vector of URL's to the "tc_path_add" System