jdk/src/java.base/share/classes/java/security/KeyRep.java
changeset 45138 ddcafe0d0ea3
parent 29492 a4bf9a570035
--- a/jdk/src/java.base/share/classes/java/security/KeyRep.java	Fri May 12 14:35:58 2017 -0400
+++ b/jdk/src/java.base/share/classes/java/security/KeyRep.java	Fri May 12 15:15:43 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2017, 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
@@ -42,7 +42,7 @@
  *
  * Note that a serialized Key may contain sensitive information
  * which should not be exposed in untrusted environments.  See the
- * <a href="../../../platform/serialization/spec/security.html">
+ * <a href="{@docRoot}/../specs/serialization/security.html">
  * Security Appendix</a>
  * of the Serialization Specification for more information.
  *