mrglavas    2004/10/03 14:58:18

  Modified:    java/src/org/apache/xerces/xni/parser XMLEntityResolver.java
                        XMLDTDScanner.java XMLParserConfiguration.java
  Log:
  Fixing Javadoc warnings.
  
  Revision  Changes    Path
  1.6       +2 -2      
xml-xerces/java/src/org/apache/xerces/xni/parser/XMLEntityResolver.java
  
  Index: XMLEntityResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xni/parser/XMLEntityResolver.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLEntityResolver.java    24 Feb 2004 23:15:56 -0000      1.5
  +++ XMLEntityResolver.java    3 Oct 2004 21:58:18 -0000       1.6
  @@ -45,7 +45,7 @@
        * Resolves an external parsed entity. If the entity cannot be
        * resolved, this method should return null.
        *
  -     * @param resourceIdentifier:  location of the XML resource to resolve
  +     * @param resourceIdentifier location of the XML resource to resolve
        *
        * @throws XNIException Thrown on general error.
        * @throws IOException  Thrown if resolved entity stream cannot be
  
  
  
  1.7       +5 -5      
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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLDTDScanner.java        24 Feb 2004 23:15:56 -0000      1.6
  +++ XMLDTDScanner.java        3 Oct 2004 21:58:18 -0000       1.7
  @@ -65,10 +65,10 @@
        * @param standalone True if the document was specified as standalone.
        *                   This value is important for verifying certain
        *                   well-formedness constraints.
  -     * @param hasExternalDTD True if the document has an external DTD.
  -     *                       This allows the scanner to properly notify
  -     *                       the handler of the end of the DTD in the
  -     *                       absence of an external subset.
  +     * @param hasExternalSubset True if the document has an external DTD.
  +     *                          This allows the scanner to properly notify
  +     *                          the handler of the end of the DTD in the
  +     *                          absence of an external subset.
        *
        * @return True if there is more to scan, false otherwise.
        */
  
  
  
  1.7       +3 -3      
xml-xerces/java/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java
  
  Index: XMLParserConfiguration.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xni/parser/XMLParserConfiguration.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLParserConfiguration.java       24 Feb 2004 23:15:56 -0000      1.6
  +++ XMLParserConfiguration.java       3 Oct 2004 21:58:18 -0000       1.7
  @@ -100,8 +100,8 @@
        * When this method returns, all characters streams and byte streams
        * opened by the parser are closed.
        * 
  -     * @param source The input source for the top-level of the
  -     *               XML document.
  +     * @param inputSource The input source for the top-level of the
  +     *                    XML document.
        *
        * @exception XNIException Any XNI exception, possibly wrapping 
        *                         another exception.
  
  
  

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

Reply via email to