aboutsummaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/java/util/Comparator.java
diff options
context:
space:
mode:
Diffstat (limited to 'ojluni/src/main/java/java/util/Comparator.java')
-rw-r--r--ojluni/src/main/java/java/util/Comparator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ojluni/src/main/java/java/util/Comparator.java b/ojluni/src/main/java/java/util/Comparator.java
index 4447351830f..27cfdd58dae 100644
--- a/ojluni/src/main/java/java/util/Comparator.java
+++ b/ojluni/src/main/java/java/util/Comparator.java
@@ -94,7 +94,7 @@ import java.util.Comparators;
* an equivalence relation.
*
* <p>This interface is a member of the
- * <a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/collections/index.html">
+ * <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/collections/index.html">
* Java Collections Framework</a>.
*
* @param <T> the type of objects that may be compared by this comparator