diff a/src/java.sql/share/classes/java/sql/SQLClientInfoException.java b/src/java.sql/share/classes/java/sql/SQLClientInfoException.java --- a/src/java.sql/share/classes/java/sql/SQLClientInfoException.java +++ b/src/java.sql/share/classes/java/sql/SQLClientInfoException.java @@ -1,7 +1,7 @@ /* - * Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2020, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this @@ -45,12 +45,13 @@ * @see Connection#setClientInfo * @since 1.6 */ public class SQLClientInfoException extends SQLException { - - + /** + * A {@code Map} containing the client info properties that could not be set. + */ @SuppressWarnings("serial") // Not statically typed as Serializable private Map failedProperties; /** * Constructs a SQLClientInfoException Object.