You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2004/06/21 16:18:26 UTC

svn commit: rev 21540 - in excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source: . impl impl/validity

Author: cziegeler
Date: Mon Jun 21 07:18:25 2004
New Revision: 21540

Modified:
   excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceResolver.java
   excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceUtil.java
   excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java
   excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/validity/ExpiresValidity.java
Log:
Correcting javadoc errors

Modified: excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceResolver.java
==============================================================================
--- excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceResolver.java	(original)
+++ excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceResolver.java	Mon Jun 21 07:18:25 2004
@@ -70,7 +70,7 @@
      * (String, String, Map)}.
      * 
      * @return the resolved source object.
-     * @throws MalformetURLException if <code>location</code> is malformed.
+     * @throws MalformedURLException if <code>location</code> is malformed.
      * @throws IOException if the source couldn't be created for some other reason.
      */
     Source resolveURI( String location )
@@ -87,7 +87,7 @@
      * @param parameters - Additional parameters for the URI. The parameters
      *                     are specific to the used scheme.
      * @return the resolved source object.
-     * @throws MalformetURLException if <code>location</code> is malformed.
+     * @throws MalformedURLException if <code>location</code> is malformed.
      * @throws IOException if the source couldn't be created for some other reason.
      */
     Source resolveURI( String location,

Modified: excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceUtil.java
==============================================================================
--- excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceUtil.java	(original)
+++ excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/SourceUtil.java	Mon Jun 21 07:18:25 2004
@@ -596,7 +596,7 @@
     /**
      * Absolutizes URIs whereby the authority part is considered to be a part of the path.
      * This special kind of URIs is used in the Apache Cocoon project for the cocoon and context protocols.
-     * This method is internally used by {@link #absolutize}.
+     * This method is internally used by {@link #absolutize(String, String, boolean, boolean)}.
      */
     private static String absolutizeWithoutAuthority(String[] url1Parts, String[] url2Parts)
     {
@@ -668,7 +668,7 @@
 
     /**
      * Assembles an URL from the given URL parts, each of these parts can be null.
-     * Used internally by {@link #absolutize}.
+     * Used internally by {@link #absolutize(String, String, boolean, boolean)}.
      */
     private static String makeUrl(String scheme, String authority, String path, String query, String fragment)
     {

Modified: excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java
==============================================================================
--- excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java	(original)
+++ excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/HTTPSClientSourceFactory.java	Mon Jun 21 07:18:25 2004
@@ -127,7 +127,7 @@
      *
      * @param className class name to instantiate
      * @return instantiated class
-     * @exception Exception if an error occurs
+     * @exception ParameterException if an error occurs
      */
     private Object getInstance( final String className )
         throws ParameterException

Modified: excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/validity/ExpiresValidity.java
==============================================================================
--- excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/validity/ExpiresValidity.java	(original)
+++ excalibur/trunk/sourceresolve/src/java/org/apache/excalibur/source/impl/validity/ExpiresValidity.java	Mon Jun 21 07:18:25 2004
@@ -52,7 +52,7 @@
     }
 
     /**
-     * This method is never invoked as {@link #isValid} can always perform
+     * This method is never invoked as {@link #isValid()} can always perform
      * the complete check.
      * 
      * @see org.apache.excalibur.source.SourceValidity#isValid(SourceValidity)

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org