You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/08/20 15:19:13 UTC

cvs commit: jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/resource LifecycleHelper.java

mcconnell    2002/08/20 06:19:13

  Modified:    assembly/src/java/org/apache/excalibur/merlin/resource
                        LifecycleHelper.java
  Log:
  Javadoc corrections on startup method parameters.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/resource/LifecycleHelper.java
  
  Index: LifecycleHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/resource/LifecycleHelper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LifecycleHelper.java	14 Aug 2002 10:46:29 -0000	1.5
  +++ LifecycleHelper.java	20 Aug 2002 13:19:13 -0000	1.6
  @@ -75,10 +75,10 @@
       * Errors that occur during startup will be logged appropriately and
       * cause exceptions with useful messages to be raised.
       *
  -    * @param name the name of the component
  +    * @param path the name of the component
       * @param profile representing the instance criteria
  +    * @param object the component to process through the startup phase
       * @param provider the resource provider
  -    * @param phaseContext the phase context 
       *
       * @throws LifecycleException if an error occurs when the component passes
       *     through a specific lifecycle stage
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>