aboutsummaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/java/util/TreeSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'ojluni/src/main/java/java/util/TreeSet.java')
-rw-r--r--ojluni/src/main/java/java/util/TreeSet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ojluni/src/main/java/java/util/TreeSet.java b/ojluni/src/main/java/java/util/TreeSet.java
index 54eeeda97cc..be215ba2ed3 100644
--- a/ojluni/src/main/java/java/util/TreeSet.java
+++ b/ojluni/src/main/java/java/util/TreeSet.java
@@ -74,7 +74,7 @@ package java.util;
* should be used only to detect bugs.</i>
*
* <p>This class is a member of the
- * <a href="{@docRoot}/../technotes/guides/collections/index.html">
+ * <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/collections/index.html">
* Java Collections Framework</a>.
*
* @param <E> the type of elements maintained by this set