--- a/src/java.rmi/share/classes/java/rmi/server/RemoteRef.java Mon Aug 06 13:53:49 2018 -0700
+++ b/src/java.rmi/share/classes/java/rmi/server/RemoteRef.java Mon Aug 06 14:29:22 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2018, 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
@@ -39,6 +39,7 @@
public interface RemoteRef extends java.io.Externalizable {
/** indicate compatibility with JDK 1.1.x version of class. */
+ @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
static final long serialVersionUID = 3632638527362204081L;
/**