NO-JIRA fixing javadoc for release

This commit is contained in:
Clebert Suconic 2020-10-30 10:02:50 -04:00
parent f56215efc6
commit a8bfe0dd42
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public interface LinkedList<E> {
void clearID();
/** The ID Supplier function needs to return positive IDs (>= 0).
/** The ID Supplier function needs to return positive IDs (greater or equal to 0)
* If you spply a negative ID, it will be considered a null value, and
* the value will just be ignored. */
void setIDSupplier(ToLongFunction<E> supplier);