From: Peter Bernard West Date: Wed, 25 Feb 2004 23:59:56 +0000 (+0000) Subject: Removed Javadoc link to deprecated SAX1 method to stop Eclipse whining X-Git-Tag: Alt-Design_pre_awt_renderer_import~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=522298498644a07b741374bfc45c1f7371b8c6df;p=xmlgraphics-fop.git Removed Javadoc link to deprecated SAX1 method to stop Eclipse whining git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197378 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/tools/DocumentReader.java b/src/java/org/apache/fop/tools/DocumentReader.java index cb75d9451..b9117490f 100644 --- a/src/java/org/apache/fop/tools/DocumentReader.java +++ b/src/java/org/apache/fop/tools/DocumentReader.java @@ -124,7 +124,7 @@ public class DocumentReader implements XMLReader { *

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.

* @@ -163,8 +163,7 @@ public class DocumentReader implements XMLReader { *

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}.

+ * in the case of an adapter for a SAX1. * *

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 { *

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}.

+ * in the case of an adapter for a SAX1. * *

XMLReaders are not required to recognize setting * any specific property names, though a core set is provided with