src/java.base/share/classes/java/util/Hashtable.java
changeset 49433 b6671a111395
parent 47423 4fc2a4a29f3d
child 49774 5950773b665c
--- a/src/java.base/share/classes/java/util/Hashtable.java	Wed Mar 28 00:45:37 2018 +0200
+++ b/src/java.base/share/classes/java/util/Hashtable.java	Tue Mar 27 16:25:40 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 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
@@ -107,7 +107,7 @@
  *
  * <p>As of the Java 2 platform v1.2, this class was retrofitted to
  * implement the {@link Map} interface, making it a member of the
- * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
+ * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework">
  *
  * Java Collections Framework</a>.  Unlike the new collection
  * implementations, {@code Hashtable} is synchronized.  If a