You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/05/22 20:24:47 UTC

cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils.java

rsitze      02/05/22 11:24:47

  Modified:    java/src/org/apache/axis/utils JavaUtils.java
  Log:
  rename of axis.nls.properties to axisNLS.properties (basename must be valid class name)
  
  Revision  Changes    Path
  1.44      +1 -1      xml-axis/java/src/org/apache/axis/utils/JavaUtils.java
  
  Index: JavaUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/JavaUtils.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- JavaUtils.java	17 Apr 2002 14:56:48 -0000	1.43
  +++ JavaUtils.java	22 May 2002 18:24:47 -0000	1.44
  @@ -722,7 +722,7 @@
        * verbose mode) then there is no need to read the properties file.
        */
       private static void initializeMessages() {
  -        messages = ResourceBundle.getBundle("org.apache.axis.utils.resources");
  +        messages = ResourceBundle.getBundle("org.apache.axis.utils.axisNLS");
       } // initializeMessages
   
       /**