We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc24aa commit 3dd809aCopy full SHA for 3dd809a
scijava-priority/src/main/java/org/scijava/priority/Priority.java
@@ -98,7 +98,6 @@ private Priority() {
98
* @return -1 if {@code p1}'s priority is higher than {@code p2}'s, 1 if
99
* {@code p2}'s priority is higher than {@code p1}'s, or 0 if they
100
* have the same priority.
101
- * @see org.scijava.util.ClassUtils#compare(Class, Class)
102
*/
103
public static <T extends Prioritized<T>> int compare(final Prioritized<T> p1,
104
final Prioritized<T> p2)
0 commit comments