src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java
changeset 58531 9b40d05c9f66
parent 52902 e3398b2e1ab0
--- a/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java	Thu Oct 10 01:10:26 2019 +0000
+++ b/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/Continuation.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
@@ -51,6 +51,7 @@
     /**
      * Whether links were encountered.
      */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     protected Object followingLink = null;
 
     /**
@@ -71,6 +72,7 @@
      * The last resolved context. Used to set the "AltNameCtx" in a
      * CannotProceedException.
      */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     protected Context resolvedContext = null;
 
     /**