From cdc171f18a0dd964d096f41e7eeb93b4d3919bea Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 5 Dec 2014 18:10:12 +0900 Subject: [PATCH] JavaDoc fixes --- .../src/main/java/com/zaxxer/hikari/util/UtilityElf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikaricp-common/src/main/java/com/zaxxer/hikari/util/UtilityElf.java b/hikaricp-common/src/main/java/com/zaxxer/hikari/util/UtilityElf.java index 8d29d6f6..d7b1a308 100644 --- a/hikaricp-common/src/main/java/com/zaxxer/hikari/util/UtilityElf.java +++ b/hikaricp-common/src/main/java/com/zaxxer/hikari/util/UtilityElf.java @@ -88,10 +88,10 @@ public final class UtilityElf * Create and instance of the specified class using the constructor matching the specified * arguments. * + * @param 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")