donaldp 2002/11/07 18:41:20 Modified: fortress/src/java/org/apache/excalibur/fortress AbstractContainer.java Log: Remove unused method Revision Changes Path 1.68 +1 -13 jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/AbstractContainer.java Index: AbstractContainer.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/AbstractContainer.java,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- AbstractContainer.java 8 Nov 2002 02:32:30 -0000 1.67 +++ AbstractContainer.java 8 Nov 2002 02:41:20 -0000 1.68 @@ -529,18 +529,6 @@ * * @return the child component manager */ - protected ComponentManager getComponentManager() - { - // if a component manager is really needed - return new LegacyComponentManager( m_serviceManager ); - } - - /** - * Exposes to subclasses the service manager which this container - * uses to manage its child components. - * - * @return the child component manager - */ protected ServiceManager getServiceManager() { return m_serviceManager;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>