JDK 12 RFR of JDK-8208782: Remove extra type in throws clause of SerialClob.writeObject (original) (raw)

Joseph D. Darcy joe.darcy at oracle.com
Fri Aug 3 21:47:58 UTC 2018


Hello,

The fix for JDK-8208060, Additional corrections of serial-related declarations, overlooked an extra type in the throws clause of javax.sql.rowset.serial.SerialClob.writeObject. The extra type should be removed.

Patch below.

Thanks,

-Joe


old/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialClob.java 2018-08-03 14:45:17.977105996 -0700 +++ new/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialClob.java 2018-08-03 14:45:17.453105982 -0700 @@ -1,5 +1,5 @@ /*



More information about the core-libs-dev mailing list