-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
b86
-
generic
-
generic
-
Verified
Need to update all places where J2SE is used instead of Java SE in the jdbc javadocs
The signature for unwrap will be changed from
public Object unwrap(Class<?> inf) throws SQLException;
to:
public <T> T unwrap(Class<T> inf) throws SQLException;
The signature for unwrap will be changed from
public Object unwrap(Class<?> inf) throws SQLException;
to:
public <T> T unwrap(Class<T> inf) throws SQLException;