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:[EMAIL PROTECTED]";>Davanum Srinivas</a>
  - * @author <a href="mailto:[EMAIL PROTECTED]";>David Crossley</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to