JavaDoc fixes

2.3.0
Brett Wooldridge 10 years ago
parent 5743aff5c0
commit cdc171f18a

@ -88,10 +88,10 @@ public final class UtilityElf
* Create and instance of the specified class using the constructor matching the specified
* arguments.
*
* @param <T> the class type
* @param className the name of the classto instantiate
* @param clazz a class to cast the result as
* @param args arguments to a constructor
* @param T the class type
* @return an instance of the specified class
*/
@SuppressWarnings("unchecked")

Loading…
Cancel
Save