Add missing javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 13 Sep 2012 12:12:19 +0000 (14:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 13 Sep 2012 12:12:19 +0000 (14:12 +0200)
src/main/java/net/pterodactylus/sone/core/Options.java

index af81d0f..0ea895a 100644 (file)
@@ -329,6 +329,8 @@ public class Options {
        /**
         * Adds an {@link Enum} {@link Option}.
         *
+        * @param <T>
+        *            The enum type
         * @param name
         *            The name of the option
         * @param enumOption
@@ -350,6 +352,8 @@ public class Options {
         * options.&lt;SomeEnum&gt; getEnumOption(&quot;SomeEnumOption&quot;).get();
         * </pre>
         *
+        * @param <T>
+        *            The enum type
         * @param name
         *            The name of the option
         * @return The enum option, or {@code null} if there is no enum option with