tcurdt 2003/02/05 10:31:14
Added: src/java/org/apache/cocoon/acting Tag: cocoon_2_0_3_branch
AbstractMultiAction.java
Log:
backport from head
Revision Changes Path
No revision
No revision
1.2.2.1 +3 -3
xml-cocoon2/src/java/org/apache/cocoon/acting/AbstractMultiAction.java
Index: AbstractMultiAction.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/AbstractMultiAction.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- AbstractMultiAction.java 31 Jan 2003 22:51:20 -0000 1.2
+++ AbstractMultiAction.java 5 Feb 2003 18:31:14 -0000 1.2.2.1
@@ -65,9 +65,9 @@
* The <code>AbstractMultiAction</code> provides a way
* to call methods of an action specified by
* the <code>method</code> parameter.
- * This can be extremly useful for action-sets.
+ * This can be extremly useful for action-sets.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Torsten Curdt</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Torsten Curdt</a>
*/
public abstract class AbstractMultiAction extends ConfigurableComposerAction {
@@ -114,7 +114,7 @@
}
}
- if (getLogger().isDebugEnabled())
+ if (getLogger().isDebugEnabled())
getLogger().debug("you need to specify the method with parameter \"" +
ACTION_METHOD_PARAMETER + "\"");
return null;
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]