CVS Update: xmlpull-api-v1/addons/java/wrapper/src/org/xmlpull/v1/wrapper

Aleksander Andrzej Slominski <[email protected]> Wed, 10 Mar 2004 05:41:49 -0500 (EST)
Newsgroups gmane.text.xml.xmlpull.devel
Message-ID <[email protected]>
aslom       04/03/10 05:41:49

  Modified:    addons/java/wrapper/src/org/xmlpull/v1/wrapper
                        XmlPullWrapper.txt
  Log:
  fixed typo (http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=178)
  
  Revision  Changes    Path
  1.2       +3 -3      xmlpull-api-v1/addons/java/wrapper/src/org/xmlpull/v1/wrapper/XmlPullWrapper.txt
  
  Index: XmlPullWrapper.txt
  ===================================================================
  RCS file: /l/extreme/cvspub/xmlpull-api-v1/addons/java/wrapper/src/org/xmlpull/v1/wrapper/XmlPullWrapper.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -t -w -r1.1 -r1.2
  --- XmlPullWrapper.txt	3 May 2003 05:56:45 -0000	1.1
  +++ XmlPullWrapper.txt	10 Mar 2004 10:41:49 -0000	1.2
  @@ -54,7 +54,7 @@
       {
           if(tagNamespace == null && tagName == null) {
               throw new IllegalArgumentException(
  -                "namespace and name argument can not be bith null:"+pp.getPositionDescription());
  +                "namespace and name argument can not be both null:"+pp.getPositionDescription());
           }
           pp.require(pp.START_TAG, null, null);
           while(true) {
  @@ -89,7 +89,7 @@
       {
           if(tagNamespace == null && tagName == null) {
               throw new IllegalArgumentException(
  -                "namespace and name argument can not be bith null:"+pp.getPositionDescription());
  +                "namespace and name argument can not be both null:"+pp.getPositionDescription());
           }
           while(true) {
               int eventType = pp.next();
  @@ -120,7 +120,7 @@
       {
           if(tagNamespace == null && tagName == null) {
               throw new IllegalArgumentException(
  -                "namespace and name argument can not be bith null:"+pp.getPositionDescription());
  +                "namespace and name argument can not be both null:"+pp.getPositionDescription());
           }
           while(true) {
               int eventType = pp.next();
  
  
  



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/xmlpull-dev/

<*> To unsubscribe from this group, send an email to:
     [email protected]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/