donaldp 2002/11/10 05:05:59 Modified: fortress/src/java/org/apache/excalibur/fortress/handler ComponentHandler.java Log: Remove unused field Revision Changes Path 1.22 +1 -6 jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/ComponentHandler.java Index: ComponentHandler.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/ComponentHandler.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ComponentHandler.java 9 Nov 2002 09:16:51 -0000 1.21 +++ ComponentHandler.java 10 Nov 2002 13:05:59 -0000 1.22 @@ -62,11 +62,6 @@ */ public interface ComponentHandler { - Class[] HANDLER_CONSTRUCTOR = new Class[] - { - ObjectFactory.class - }; - /** * Actually prepare the handler and make it ready to * handle component access.
-- To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>