Author: simonetripodi
Date: Thu Sep 1 20:16:24 2011
New Revision: 1164245
URL: http://svn.apache.org/viewvc?rev=1164245&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/CatalogFactory.java
Modified:
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/CatalogFactory.java
URL:
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/CatalogFactory.java?rev=1164245&r1=1164244&r2=1164245&view=diff
==============================================================================
---
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/CatalogFactory.java
(original)
+++
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/CatalogFactory.java
Thu Sep 1 20:16:24 2011
@@ -114,6 +114,7 @@ public abstract class CatalogFactory {
* more than one DELIMITER will cause an
* <code>IllegalArgumentException</code> to be thrown.</p>
*
+ * @param <C> Type of the context associated with this command
* @param commandID the identifier of the command to return
* @return the command located with commandID, or <code>null</code>
* if either the command name or the catalog name cannot be resolved