Author: simonetripodi
Date: Mon Aug 22 19:28:37 2011
New Revision: 1160385
URL: http://svn.apache.org/viewvc?rev=1160385&view=rev
Log:
fixed checkstyle violations: Expected @param tag for @param <T>
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/Identity.java
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/Identity.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/Identity.java?rev=1160385&r1=1160384&r2=1160385&view=diff
==============================================================================
---
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/Identity.java
(original)
+++
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/Identity.java
Mon Aug 22 19:28:37 2011
@@ -108,6 +108,7 @@ public final class Identity<T> implement
/**
* Get an Identity instance.
+ * @param <T> the identity returned value type.
* @return Identity
*/
public static <T> Identity<T> instance() {