jdk/src/share/classes/java/security/AlgorithmParametersSpi.java
changeset 19828 b4f91bc595fe
parent 18579 b678846778ad
--- a/jdk/src/share/classes/java/security/AlgorithmParametersSpi.java	Mon Sep 09 13:44:30 2013 +0100
+++ b/jdk/src/share/classes/java/security/AlgorithmParametersSpi.java	Mon Sep 09 10:52:56 2013 -0700
@@ -102,6 +102,8 @@
      * parameters should be returned in an instance of the
      * {@code DSAParameterSpec} class.
      *
+     * @param <T> the type of the parameter specification to be returned
+     *
      * @param paramSpec the specification class in which
      * the parameters should be returned.
      *