You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/12/19 04:42:04 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/resolver ResolverImpl.java

crossley    2002/12/18 19:42:04

  Modified:    src/java/org/apache/cocoon/components/resolver
                        ResolverImpl.java
  Log:
  Tweak some javadoc tags.
  
  Revision  Changes    Path
  1.16      +6 -4      xml-cocoon2/src/java/org/apache/cocoon/components/resolver/ResolverImpl.java
  
  Index: ResolverImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/resolver/ResolverImpl.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ResolverImpl.java	5 Dec 2002 10:10:45 -0000	1.15
  +++ ResolverImpl.java	19 Dec 2002 03:42:04 -0000	1.16
  @@ -87,8 +87,9 @@
    * </entity-resolver>
    *
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
  - * @author <a href="mailto:crossley@indexgeo.com.au">David Crossley</a>
  + * @author <a href="mailto:crossley@apache.org">David Crossley</a>
    * @version CVS $Id$
  + * @since 2.0rc1
    */
   public class ResolverImpl extends AbstractLogEnabled
     implements EntityResolver,
  @@ -119,8 +120,8 @@
       /**
        * Set the configuration. Load the system catalog and apply any
        * parameters that may have been specified in cocoon.xconf
  -     * @param conf The configuration information
  -     * @exception ConfigurationException
  +     * @param params The configuration information
  +     * @exception ParameterException
        */
       public void parameterize(Parameters params) throws ParameterException {
   
  @@ -179,6 +180,7 @@
       /**
        * Set the global component manager.
        * @param manager The global component manager
  +     * @exception ComponentException
        */
       public void compose(ComponentManager manager) throws ComponentException {
           if ((this.manager == null) && (manager != null)) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org