--- old/src/java.naming/share/classes/javax/naming/Binding.java 2019-10-09 15:32:45.750000000 -0700 +++ new/src/java.naming/share/classes/javax/naming/Binding.java 2019-10-09 15:32:45.566000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 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 @@ -54,6 +54,7 @@ * @see #getObject * @see #setObject */ + @SuppressWarnings("serial") // Not statically typed as Serializable private Object boundObj; /**