proyal 2002/07/17 13:44:01 Modified: fortress/src/java/org/apache/excalibur/fortress AbstractContainer.java Log: remove comment about branching, it won't work here. Revision Changes Path 1.47 +1 -3 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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- AbstractContainer.java 12 Jul 2002 12:53:44 -0000 1.46 +++ AbstractContainer.java 17 Jul 2002 20:44:01 -0000 1.47 @@ -210,8 +210,6 @@ + ", location: " + configItem.getLocation() + "]" ); } - //This whole copying bit can maybe be replaced with the forthcoming ConfigurationUtil.branch() ? - //We set these before copying all other attributes so the class / handler can be overriden if needed if //the shorthand name is used temp.setAttribute( "role", role );
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>