jmsnell     2003/02/27 18:11:25

  Modified:    java/src/org/apache/axis/description TypeDesc.java
  Log:
  Fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17479
  
  Applied suggested patch.
  
  Revision  Changes    Path
  1.28      +4 -4      xml-axis/java/src/org/apache/axis/description/TypeDesc.java
  
  Index: TypeDesc.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/description/TypeDesc.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- TypeDesc.java     20 Feb 2003 22:43:52 -0000      1.27
  +++ TypeDesc.java     28 Feb 2003 02:11:24 -0000      1.28
  @@ -308,8 +308,8 @@
        */
       public String getFieldNameForElement(QName qname, boolean ignoreNS)
       {
  -        if (fields == null)
  -            return null;
  +//        if (fields == null)
  +//            return null;
   
           // have we already computed the answer to this question?
           if (fieldElementMap != null) {
  @@ -361,8 +361,8 @@
        */
       public String getFieldNameForAttribute(QName qname)
       {
  -        if (fields == null)
  -            return null;
  +//        if (fields == null)
  +//            return null;
   
           String possibleMatch = null;
   
  
  
  

Reply via email to