]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed Javadoc link to deprecated SAX1 method to stop Eclipse whining
authorPeter Bernard West <pbwest@apache.org>
Wed, 25 Feb 2004 23:59:56 +0000 (23:59 +0000)
committerPeter Bernard West <pbwest@apache.org>
Wed, 25 Feb 2004 23:59:56 +0000 (23:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197378 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/tools/DocumentReader.java

index cb75d9451a1aa4528d731b6622b7cc75c6a35ad1..b9117490f125dae0e82c9398c367129023bf3508 100644 (file)
@@ -124,7 +124,7 @@ public class DocumentReader implements XMLReader {
      * <p>The feature name is any fully-qualified URI.  It is
      * possible for an XMLReader to recognize a feature name but
      * to be unable to set its value; this is especially true
-     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser Parser},
+     * in the case of an adapter for a SAX1,
      * which has no way of affecting whether the underlying parser is
      * validating, for example.</p>
      *
@@ -163,8 +163,7 @@ public class DocumentReader implements XMLReader {
      * <p>The property name is any fully-qualified URI.  It is
      * possible for an XMLReader to recognize a property name but
      * to be unable to return its state; this is especially true
-     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser
-     * Parser}.</p>
+     * in the case of an adapter for a SAX1.
      *
      * <p>XMLReaders are not required to recognize any specific
      * property names, though an initial core set is documented for
@@ -195,8 +194,7 @@ public class DocumentReader implements XMLReader {
      * <p>The property name is any fully-qualified URI.  It is
      * possible for an XMLReader to recognize a property name but
      * to be unable to set its value; this is especially true
-     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser
-     * Parser}.</p>
+     * in the case of an adapter for a SAX1.
      *
      * <p>XMLReaders are not required to recognize setting
      * any specific property names, though a core set is provided with