You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/04/24 20:37:05 UTC

svn commit: r1471594 - /commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java

Author: sebb
Date: Wed Apr 24 18:37:05 2013
New Revision: 1471594

URL: http://svn.apache.org/r1471594
Log:
Javadoc typo

Modified:
    commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java

Modified: commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java?rev=1471594&r1=1471593&r2=1471594&view=diff
==============================================================================
--- commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java (original)
+++ commons/proper/chain/trunk/api/src/main/java/org/apache/commons/chain2/Chains.java Wed Apr 24 18:37:05 2013
@@ -48,7 +48,7 @@ public final class Chains {
      * @param <K> Context key type
      * @param <V> Context value type
      * @param <C> Type of the context associated with this command
-     * @param <CH> Type of the {@link Chain} to execute
+     * @param <CA> Type of the {@link Catalog} to execute
      * @param catalog the catalog instance reference to be setup
      * @return next chain builder
      */