You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/25 07:13:29 UTC

svn commit: r178371 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

Author: skitching
Date: Tue May 24 22:13:27 2005
New Revision: 178371

URL: http://svn.apache.org/viewcvs?rev=178371&view=rev
Log:
Fix & simplify some broken links to external docs in javadoc.

Modified:
    jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java?rev=178371&r1=178370&r2=178371&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java (original)
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java Tue May 24 22:13:27 2005
@@ -499,8 +499,7 @@
     /**
      * Returns a flag indicating whether the requested feature is supported
      * by the underlying implementation of <code>org.xml.sax.XMLReader</code>.
-     * See <a href="http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description"
-     * http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description</a>
+     * See <a href="http://www.saxproject.org">the saxproject website</a>
      * for information about the standard SAX2 feature flags.
      *
      * @param feature Name of the feature to inquire about
@@ -524,8 +523,7 @@
     /**
      * Sets a flag indicating whether the requested feature is supported
      * by the underlying implementation of <code>org.xml.sax.XMLReader</code>.
-     * See <a href="http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description"
-     * http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description</a>
+     * See <a href="http://www.saxproject.org">the saxproject website</a>
      * for information about the standard SAX2 feature flags.  In order to be
      * effective, this method must be called <strong>before</strong> the
      * <code>getParser()</code> method is called for the first time, either
@@ -707,8 +705,7 @@
     /**
      * Return the current value of the specified property for the underlying
      * <code>XMLReader</code> implementation.
-     * See <a href="http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description"
-     * http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description</a>
+     * See <a href="http://www.saxproject.org">the saxproject website</a>
      * for information about the standard SAX2 properties.
      *
      * @param property Property name to be retrieved
@@ -729,8 +726,7 @@
     /**
      * Set the current value of the specified property for the underlying
      * <code>XMLReader</code> implementation.
-     * See <a href="http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description"
-     * http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description</a>
+     * See <a href="http://www.saxproject.org">the saxproject website</a>
      * for information about the standard SAX2 properties.
      *
      * @param property Property name to be set



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org