Author: sylvain Date: Wed Feb 9 09:00:13 2005 New Revision: 153086 URL: http://svn.apache.org/viewcvs?view=rev&rev=153086 Log: typo
Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java?view=diff&r1=153085&r2=153086 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java Wed Feb 9 09:00:13 2005 @@ -349,7 +349,7 @@ /** * Setup an object so that it can access the information provided to regular components. * This is done by calling the various Avalon lifecycle interfaces implemented by the object, which - * are <code>LogEnabled</code>, <code>Contextualizable</code>, <code>ServiceManageable</code>, + * are <code>LogEnabled</code>, <code>Contextualizable</code>, <code>Serviceable</code>, * <code>Composable</code> (even if deprecated) and <code>Initializable</code>. * <p> * <code>Contextualizable</code> is of primary importance as it gives access to the whole object model @@ -378,7 +378,7 @@ /** * Create and setup an object so that it can access the information provided to regular components. * This is done by calling the various Avalon lifecycle interfaces implemented by the object, which - * are <code>LogEnabled</code>, <code>Contextualizable</code>, <code>ServiceManageable</code>, + * are <code>LogEnabled</code>, <code>Contextualizable</code>, <code>Serviceable</code>, * <code>Composable</code> (even if deprecated) and <code>Initializable</code>. * <p> * <code>Contextualizable</code> is of primary importance as it gives access to the whole object model