[weld-commits] Weld SVN: r4344 - api/trunk/cdi/src/main/java/javax/enterprise/inject.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Mon Oct 26 18:02:12 EDT 2009
Author: gavin.king at jboss.com
Date: 2009-10-26 18:02:12 -0400 (Mon, 26 Oct 2009)
New Revision: 4344
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/TypeLiteral.java
Log:
minor
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/TypeLiteral.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/TypeLiteral.java 2009-10-26 21:58:49 UTC (rev 4343)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/TypeLiteral.java 2009-10-26 22:02:12 UTC (rev 4344)
@@ -63,9 +63,7 @@
}
/**
- * Get the actual type represented by type literal
- *
- * @return
+ * @return the actual type represented by type literal
*/
public final Type getType()
{
@@ -73,9 +71,7 @@
}
/**
- * Get the raw type represented by the type literal
- *
- * @return
+ * @return the raw type represented by the type literal
*/
@SuppressWarnings("unchecked")
public final Class<T> getRawType() {
More information about the weld-commits
mailing list