You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/08/25 04:22:54 UTC

cvs commit: jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/processor Phase.java

donaldp     2002/08/24 19:22:54

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/processor
                        Phase.java
  Log:
  Don't need to pass instance in as that should be aquirable in the phase
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/processor/Phase.java
  
  Index: Phase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/processor/Phase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Phase.java	25 Aug 2002 01:36:14 -0000	1.1
  +++ Phase.java	25 Aug 2002 02:22:54 -0000	1.2
  @@ -16,6 +16,6 @@
    */
   public interface Phase
   {
  -    void processPhase( String name, Object object )
  +    void processPhase( String name )
           throws Exception;
   }
  
  
  

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