cziegeler 2002/12/03 02:21:57 Modified: src/java/org/apache/cocoon/components CocoonComponentManager.java Log: Add warning comment Revision Changes Path 1.43 +5 -2 xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java Index: CocoonComponentManager.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- CocoonComponentManager.java 2 Dec 2002 08:39:17 -0000 1.42 +++ CocoonComponentManager.java 3 Dec 2002 10:21:57 -0000 1.43 @@ -78,7 +78,10 @@ * Cocoon Component Manager. * This manager extends the {@link ExcaliburComponentManager} * by a special lifecycle handling for a {@link RequestLifecycleComponent} - * and by handling the lookup of the <code>SourceResolver</code> + * and by handling the lookup of the {@link SourceResolver}. + * WARNING: This is a "private" Cocoon core class - do NOT use this class + * directly - and do not assume that a {@link ComponentManager} you get + * via the compose() method is an instance of CocoonComponentManager. * * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> * @version CVS $Id$
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]