8208782: Remove extra type in throws clause of SerialClob.writeObject
Reviewed-by: lancea
--- a/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialClob.java Fri Aug 03 12:45:18 2018 -0700
+++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialClob.java Fri Aug 03 21:06:15 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -663,7 +663,7 @@
* to a stream.
*/
private void writeObject(ObjectOutputStream s)
- throws IOException, ClassNotFoundException {
+ throws IOException {
ObjectOutputStream.PutField fields = s.putFields();
fields.put("buf", buf);