elena       2002/08/01 10:16:46

  Modified:    java/src/org/apache/xerces/xni/parser XMLDTDScanner.java
  Log:
  Fix docs to allow null input source (see bug 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11176)
  
  Revision  Changes    Path
  1.4       +2 -2      
xml-xerces/java/src/org/apache/xerces/xni/parser/XMLDTDScanner.java
  
  Index: XMLDTDScanner.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xni/parser/XMLDTDScanner.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLDTDScanner.java        29 Jan 2002 01:15:19 -0000      1.3
  +++ XMLDTDScanner.java        1 Aug 2002 17:16:46 -0000       1.4
  @@ -87,7 +87,7 @@
       /** 
        * Sets the input source. 
        *
  -     * @param inputSource The input source.
  +     * @param inputSource The input source or null.
        *
        * @throws IOException Thrown on i/o error.
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to