morgand     01/08/23 12:56:47

  Modified:    latka/src/java/org/apache/commons/latka LatkaProperties.java
  Log:
  renames latka.properties to latka.properties.internal, to make it unlikely that
  one would inadvertantly override the default properties in the
  classpath
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-commons/latka/src/java/org/apache/commons/latka/LatkaProperties.java
  
  Index: LatkaProperties.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/LatkaProperties.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LatkaProperties.java      2001/08/23 16:24:25     1.2
  +++ LatkaProperties.java      2001/08/23 19:56:47     1.3
  @@ -85,7 +85,7 @@
       Properties properties  = new Properties();
   
       try {
  -      properties.load(ClassLoader.getSystemResourceAsStream("latka.properties"));
  +      
properties.load(ClassLoader.getSystemResourceAsStream("latka.properties.internal"));
       } catch (IOException e) {
         System.out.println("Couldn't find latka.properties file in the classpath");
       }
  
  
  

Reply via email to