mcconnell 2002/07/02 18:19:09
Modified: assembly/src/java/org/apache/excalibur/merlin/registry
Registry.java
Log:
cleanup of context and service key usage
Revision Changes Path
1.2 +1 -9
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/Registry.java
Index: Registry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/Registry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Registry.java 1 Jul 2002 04:27:15 -0000 1.1
+++ Registry.java 3 Jul 2002 01:19:09 -0000 1.2
@@ -41,14 +41,6 @@
Profile getCandidateProfile( DependencyDescriptor dependency )
throws UnresolvedProviderException;
-
- /**
- * Key value used to publish the application classloader.
- */
- static final String CLASSLOADER_KEY = "classloader";
-
- //public void register( Profile profile );
-
/**
* Test if the registry can resolve a request for a component with the supplied
classname
* @param classname a component or service class name
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>