You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/01/20 04:58:22 UTC

cvs commit: avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/appliance/grant/components AnotherTestComponent.java

niclas      2004/01/19 19:58:21

  Modified:    merlin/activation/impl/src/test/org/apache/avalon/activation/appliance/grant/components
                        AnotherTestComponent.java
  Log:
  SYncing with Steve to find problem.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/appliance/grant/components/AnotherTestComponent.java
  
  Index: AnotherTestComponent.java
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/activation/impl/src/test/org/apache/avalon/activation/appliance/grant/components/AnotherTestComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AnotherTestComponent.java	20 Jan 2004 03:57:10 -0000	1.1
  +++ AnotherTestComponent.java	20 Jan 2004 03:58:21 -0000	1.2
  @@ -79,7 +79,7 @@
       public void service( ServiceManager man )
           throws ServiceException
       {
  -        m_TestService = (TestService) man.lookup( "org.apache.avalon.activation.appliance.grant.components.TestService" ); 
  +        m_TestService = (TestService) man.lookup( "TestService" ); 
       }
       
       public String getJavaVersion()
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org