NO-JIRA fixing javadoc

This commit is contained in:
Clebert Suconic 2021-02-08 13:52:45 -05:00
parent cd7600314f
commit 017daa90f2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import java.io.Serializable;
import java.util.Objects;
/**
* A Pair is a holder for 1 object and a >= 0 primitive long value.
* A Pair is a holder for 1 object and 'a' being greater or equal than 0.
* <p>
* This is a utility class.
*/