You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2001/08/21 20:30:50 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xni/parser XMLParserConfiguration.java

neilg       01/08/21 11:30:50

  Modified:    java/src/org/apache/xerces/impl/io Tag: xerces_j_2
                        ASCIIReader.java
               java/src/org/apache/xerces/xni/parser Tag: xerces_j_2
                        XMLParserConfiguration.java
  Log:
  some tiny typos corrections
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +3 -3      xml-xerces/java/src/org/apache/xerces/impl/io/Attic/ASCIIReader.java
  
  Index: ASCIIReader.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/io/Attic/ASCIIReader.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- ASCIIReader.java	2000/10/20 17:47:35	1.1.2.2
  +++ ASCIIReader.java	2001/08/21 18:30:49	1.1.2.3
  @@ -67,7 +67,7 @@
    *
    * @author Andy Clark, IBM
    *
  - * @version $Id: ASCIIReader.java,v 1.1.2.2 2000/10/20 17:47:35 andyc Exp $
  + * @version $Id: ASCIIReader.java,v 1.1.2.3 2001/08/21 18:30:49 neilg Exp $
    */
   public class ASCIIReader
       extends Reader {
  @@ -126,8 +126,8 @@
        * <p> Subclasses that intend to support efficient single-character input
        * should override this method.
        *
  -     * @return     The character read, as an integer in the range 0 to 16383
  -     *             (<tt>0x00-0xffff</tt>), or -1 if the end of the stream has
  +     * @return     The character read, as an integer in the range 0 to 127
  +     *             (<tt>0x00-0x7f</tt>), or -1 if the end of the stream has
        *             been reached
        *
        * @exception  IOException  If an I/O error occurs
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +2 -2      xml-xerces/java/src/org/apache/xerces/xni/parser/Attic/XMLParserConfiguration.java
  
  Index: XMLParserConfiguration.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/parser/Attic/XMLParserConfiguration.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- XMLParserConfiguration.java	2001/08/21 08:10:35	1.1.2.6
  +++ XMLParserConfiguration.java	2001/08/21 18:30:49	1.1.2.7
  @@ -112,7 +112,7 @@
    * @author Arnaud  Le Hors, IBM
    * @author Andy Clark, IBM
    *
  - * @version $Id: XMLParserConfiguration.java,v 1.1.2.6 2001/08/21 08:10:35 andyc Exp $
  + * @version $Id: XMLParserConfiguration.java,v 1.1.2.7 2001/08/21 18:30:49 neilg Exp $
    */
   public interface XMLParserConfiguration
       extends XMLComponentManager {
  @@ -171,7 +171,7 @@
        * @throws XMLConfigurationException Thrown if there is a configuration
        *                                   error.
        */
  -    public void setFeature(String featureId, boolean statek)
  +    public void setFeature(String featureId, boolean state)
           throws XMLConfigurationException;
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org