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 to...@apache.org on 2003/08/19 10:25:37 UTC

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

toshi       2003/08/19 01:25:37

  Modified:    java/src/org/apache/axis AxisProperties.java
  Log:
  Fix for the bug 22537.
  
  Revision  Changes    Path
  1.23      +1 -1      xml-axis/java/src/org/apache/axis/AxisProperties.java
  
  Index: AxisProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/AxisProperties.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- AxisProperties.java	22 Apr 2003 19:33:59 -0000	1.22
  +++ AxisProperties.java	19 Aug 2003 08:25:37 -0000	1.23
  @@ -135,7 +135,7 @@
           getMappedNames().map(clazz.getName(), defaultNames);
       }
   
  -    public static ResourceNameDiscover getNameDiscoverer() {
  +    public static synchronized ResourceNameDiscover getNameDiscoverer() {
           if (nameDiscoverer == null) {
               nameDiscoverer = new NameDiscoverers();
               nameDiscoverer.addResourceNameDiscover(getAlternatePropertyNameDiscoverer());