--- a/src/java.sql/share/classes/java/sql/SQLClientInfoException.java Wed Sep 25 08:29:03 2019 -0700
+++ b/src/java.sql/share/classes/java/sql/SQLClientInfoException.java Wed Sep 25 09:37:18 2019 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 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
@@ -49,7 +49,7 @@
-
+ @SuppressWarnings("serial") // Not statically typed as Serializable
private Map<String, ClientInfoStatus> failedProperties;
/**