proyal 2002/07/18 07:37:11 Modified: fortress/src/java/org/apache/excalibur/fortress/handler AbstractComponentHandler.java Log: Added toString() impl Revision Changes Path 1.7 +6 -1 jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/AbstractComponentHandler.java Index: AbstractComponentHandler.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/AbstractComponentHandler.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- AbstractComponentHandler.java 12 Jul 2002 12:53:44 -0000 1.6 +++ AbstractComponentHandler.java 18 Jul 2002 14:37:11 -0000 1.7 @@ -160,4 +160,9 @@ m_factory }; } + + public String toString() + { + return this.getClass().getName() + "[for: " + m_factory.getCreatedClass().getName() + "]"; + } }
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>