Skip to content

Commit 3dd809a

Browse files
committed
Fix Priority Javadoc errors
1 parent cbc24aa commit 3dd809a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scijava-priority/src/main/java/org/scijava/priority/Priority.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ private Priority() {
9898
* @return -1 if {@code p1}'s priority is higher than {@code p2}'s, 1 if
9999
* {@code p2}'s priority is higher than {@code p1}'s, or 0 if they
100100
* have the same priority.
101-
* @see org.scijava.util.ClassUtils#compare(Class, Class)
102101
*/
103102
public static <T extends Prioritized<T>> int compare(final Prioritized<T> p1,
104103
final Prioritized<T> p2)

0 commit comments

Comments
 (0)