diff --git a/src/main/java/org/scijava/object/ObjectIndex.java b/src/main/java/org/scijava/object/ObjectIndex.java index 47f1efd25..da5429d80 100644 --- a/src/main/java/org/scijava/object/ObjectIndex.java +++ b/src/main/java/org/scijava/object/ObjectIndex.java @@ -63,11 +63,6 @@ * added to the index more than once, in which case it will appear on relevant * type lists multiple times. *

- *

- * Note that similar to {@link List}, it is possible for the same object to be - * added to the index more than once, in which case it will appear on compatible - * type lists multiple times. - *

* * @author Curtis Rueden */