crossley    2002/12/18 19:42:16

  Modified:    src/java/org/apache/cocoon/components/resolver Tag:
                        cocoon_2_0_3_branch ResolverImpl.java
  Log:
  Tweak some javadoc tags.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.4   +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.9.2.3
  retrieving revision 1.9.2.4
  diff -u -r1.9.2.3 -r1.9.2.4
  --- ResolverImpl.java 19 Nov 2002 08:37:45 -0000      1.9.2.3
  +++ ResolverImpl.java 19 Dec 2002 03:42:16 -0000      1.9.2.4
  @@ -91,8 +91,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 AbstractLoggable
  @@ -124,8 +125,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 {
   
  @@ -184,6 +185,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