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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]