leif 2002/08/17 18:59:12
Modified: component/src/java/org/apache/avalon/excalibur/component
ExcaliburComponentManagerCreator.java
Log:
Remove access to the RoleManager until it is really needed for some reason.
Revision Changes Path
1.2 +0 -10
jakarta-avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java
Index: ExcaliburComponentManagerCreator.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExcaliburComponentManagerCreator.java 16 Aug 2002 03:44:14 -0000 1.1
+++ ExcaliburComponentManagerCreator.java 18 Aug 2002 01:59:12 -0000 1.2
@@ -314,16 +314,6 @@
}
/**
- * Returns the configured RoleManager.
- *
- * @return The configured RoleManager.
- */
- public RoleManager getRoleManager()
- {
- return m_roleManager;
- }
-
- /**
* Returns the configured InstrumentManager. May be null if an instrument
* configuration was not specified in the constructor.
*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>