src/java.naming/share/classes/javax/naming/NamingException.java
changeset 58531 9b40d05c9f66
parent 47216 71c04702a3d5
--- a/src/java.naming/share/classes/javax/naming/NamingException.java	Thu Oct 10 01:10:26 2019 +0000
+++ b/src/java.naming/share/classes/javax/naming/NamingException.java	Wed Oct 09 18:23:20 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2003, 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
@@ -79,6 +79,7 @@
       * @see #getResolvedObj
       * @see #setResolvedObj
       */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     protected Object resolvedObj;
     /**
      * Contains the remaining name that has not been resolved yet.