donaldp     2002/11/07 15:44:05

  Modified:    fortress/src/test/org/apache/excalibur/fortress/util/test
                        ComponentTestCase.java
  Log:
  add a final specifier
  
  Revision  Changes    Path
  1.3       +2 -3      
jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/util/test/ComponentTestCase.java
  
  Index: ComponentTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/fortress/src/test/org/apache/excalibur/fortress/util/test/ComponentTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentTestCase.java    7 Nov 2002 23:40:53 -0000       1.2
  +++ ComponentTestCase.java    7 Nov 2002 23:44:05 -0000       1.3
  @@ -32,8 +32,7 @@
       public void testCorrectLifecycle()
           throws Exception
       {
  -        FullLifecycleComponent component = new FullLifecycleComponent();
  -
  +        final FullLifecycleComponent component = new FullLifecycleComponent();
           component.enableLogging( new NullLogger() );
           component.contextualize( new DefaultContext() );
           component.service( new DefaultServiceManager() );
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>

Reply via email to