Add missing @since tag to IntComparator

Change-Id: Ic190ab404ccb3af675cdd90cac231ce6e856ea68
This commit is contained in:
Matthias Sohn 2023-05-01 15:00:37 +02:00
parent 93e3147e51
commit 076b8e7636
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ public String toString() {
/**
* A comparator of primitive ints.
*
* @since 6.6
*/
public interface IntComparator {