src/java.sql/share/classes/javax/sql/StatementEvent.java
changeset 58338 faf791c5a710
parent 47216 71c04702a3d5
--- a/src/java.sql/share/classes/javax/sql/StatementEvent.java	Wed Sep 25 08:29:03 2019 -0700
+++ b/src/java.sql/share/classes/javax/sql/StatementEvent.java	Wed Sep 25 09:37:18 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, 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
@@ -44,6 +44,7 @@
 
         static final long serialVersionUID = -8089573731826608315L;
         private SQLException            exception;
+        @SuppressWarnings("serial") // Not statically typed as Serializable
         private PreparedStatement       statement;
 
         /**