owenb       2002/10/09 05:39:15

  Modified:    java/src/org/apache/wsif/util WSIFUtils.java
  Log:
  Changed getPackageNameFromXMLName method so that is preserves case
  in the same way as getPackageNameFromNamespaceURI
  
  Revision  Changes    Path
  1.20      +1 -1      xml-axis-wsif/java/src/org/apache/wsif/util/WSIFUtils.java
  
  Index: WSIFUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/util/WSIFUtils.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- WSIFUtils.java    4 Oct 2002 07:05:16 -0000       1.19
  +++ WSIFUtils.java    9 Oct 2002 12:39:15 -0000       1.20
  @@ -911,7 +911,7 @@
               // <--                           
           }
           Trc.exit(buffer.toString());
  -        return buffer.toString().toLowerCase();
  +        return buffer.toString();
       }
   
       private static List getNamespaceURISegments(String namespaceURI) {
  
  
  


Reply via email to