Fix Checktyle issues

This commit is contained in:
Gary Gregory 2024-06-23 14:00:20 -04:00
parent 152a57aca1
commit 535a5e37af
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ abstract class AbstractEmptyIterator<E> implements ResettableIterator<E> {
/**
* Always throws UnsupportedOperationException.
*
* @param ignored ignore.
* @param ignored ignore.
* @throws UnsupportedOperationException Always thrown.
* @deprecated Will be removed in 5.0 without replacement.
*/