Correct JavaDoc for generic type parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95f1f14b8e
commit
c3116fcd11
|
@ -1547,7 +1547,7 @@ public class TypeUtils {
|
|||
/**
|
||||
* Wrap the specified {@link Type} in a {@link Typed} wrapper.
|
||||
*
|
||||
* @param T inferred generic type
|
||||
* @param <T> inferred generic type
|
||||
* @param type to wrap
|
||||
* @return Typed<T>
|
||||
*/
|
||||
|
@ -1563,7 +1563,7 @@ public class TypeUtils {
|
|||
/**
|
||||
* Wrap the specified {@link Class} in a {@link Typed} wrapper.
|
||||
*
|
||||
* @param T generic type
|
||||
* @param <T> generic type
|
||||
* @param type to wrap
|
||||
* @return Typed<T>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue