jdk/src/share/classes/java/sql/SQLInput.java
changeset 18564 f9db68ff2cbb
parent 15643 5e3b735b74ac
child 18574 4aeaeb541678
--- a/jdk/src/share/classes/java/sql/SQLInput.java	Thu Jun 27 11:06:46 2013 -0700
+++ b/jdk/src/share/classes/java/sql/SQLInput.java	Thu Jun 27 15:07:56 2013 -0400
@@ -444,6 +444,7 @@
      *<p>
      * The default implementation will throw {@code SQLFeatureNotSupportedException}
      *
+     * @param<T> the type of the class modeled by this Class object
      * @param type Class representing the Java data type to convert the attribute to.
      * @return the attribute at the head of the stream as an {@code Object} in the
      * Java programming language;{@code null} if the attribute is SQL {@code NULL}