src/java.naming/share/classes/javax/naming/Binding.java
changeset 58531 9b40d05c9f66
parent 47216 71c04702a3d5
--- a/src/java.naming/share/classes/javax/naming/Binding.java	Thu Oct 10 01:10:26 2019 +0000
+++ b/src/java.naming/share/classes/javax/naming/Binding.java	Wed Oct 09 18:23:20 2019 -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;
 
     /**