Author: simonetripodi
Date: Fri Sep 2 06:50:52 2011
New Revision: 1164364
URL: http://svn.apache.org/viewvc?rev=1164364&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/impl/CatalogBase.java
Modified:
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
URL:
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java?rev=1164364&r1=1164363&r2=1164364&view=diff
==============================================================================
---
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
(original)
+++
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
Fri Sep 2 06:50:52 2011
@@ -76,6 +76,7 @@ public class CatalogBase implements Cata
* 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} to be returned
* for later lookups on this name