src/java.naming/share/classes/javax/naming/LinkException.java
changeset 58531 9b40d05c9f66
parent 47216 71c04702a3d5
--- a/src/java.naming/share/classes/javax/naming/LinkException.java	Thu Oct 10 01:10:26 2019 +0000
+++ b/src/java.naming/share/classes/javax/naming/LinkException.java	Wed Oct 09 18:23:20 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2004, 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
@@ -85,6 +85,7 @@
       * @see #getLinkResolvedObj
       * @see #setLinkResolvedObj
       */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     protected Object linkResolvedObj;
 
     /**