Author: simonetripodi
Date: Thu Sep  1 20:14:08 2011
New Revision: 1164242

URL: http://svn.apache.org/viewvc?rev=1164242&view=rev
Log:
fixed checkstyle violations: Expected @param tag for '<C>'.

Modified:
    
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/Catalog.java

Modified: 
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/Catalog.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/Catalog.java?rev=1164242&r1=1164241&r2=1164242&view=diff
==============================================================================
--- 
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/Catalog.java
 (original)
+++ 
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/Catalog.java
 Thu Sep  1 20:14:08 2011
@@ -46,6 +46,7 @@ public interface Catalog {
      * to the set of named commands known to this {@link Catalog},
      * replacing any previous command for that name.
      *
+     * @param <C> Type of the context associated with this command
      * @param name Name of the new command
      * @param command {@link Command} or {@link Chain} to be returned
      *  for later lookups on this name
@@ -57,6 +58,7 @@ public interface Catalog {
      * <p>Return the {@link Command} or {@link Chain} associated with the
      * specified name, if any; otherwise, return <code>null</code>.</p>
      *
+     * @param <C> Type of the context associated with this command
      * @param name Name for which a {@link Command} or {@link Chain}
      *  should be retrieved
      * @return The Command associated with the specified name.


Reply via email to