owenb       2003/01/17 02:46:39

  Modified:    java/src/org/apache/wsif/schema Tag: pre1_2_0-patches
                        SimpleType.java
  Log:
  Oops...isSimple() should return true
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-axis-wsif/java/src/org/apache/wsif/schema/SimpleType.java
  
  Index: SimpleType.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/schema/SimpleType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SimpleType.java   8 Nov 2002 16:50:14 -0000       1.1.2.1
  +++ SimpleType.java   17 Jan 2003 10:46:39 -0000      1.1.2.2
  @@ -103,6 +103,6 @@
         * @see SchemaType#isSimple()
         */ 
       public boolean isSimple() {
  -        return false;
  +        return true;
       }        
   }
  
  
  


Reply via email to