Author: simonetripodi
Date: Thu Aug 9 15:43:29 2012
New Revision: 1371261
URL: http://svn.apache.org/viewvc?rev=1371261&view=rev
Log:
typo
Modified:
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/CommandSetter.java
Modified:
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/CommandSetter.java
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/CommandSetter.java?rev=1371261&r1=1371260&r2=1371261&view=diff
==============================================================================
---
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/CommandSetter.java
(original)
+++
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/CommandSetter.java
Thu Aug 9 15:43:29 2012
@@ -44,7 +44,7 @@ public interface CommandSetter<K, V, C e
* Add the given filter to the target {@link Chain} has to be executed.
*
* @param <F> Type of the filter has to be added
- * @param command the command has to be added in the target chain
+ * @param filter the filter has to be added in the target chain
* @return next chain builder
* @see Chain#addCommand(Command)
*/