Add missing Javadoc text.

This commit is contained in:
Gary Gregory 2019-09-06 14:52:51 -04:00
parent b77014c953
commit 7f9f0375a5
1 changed files with 1 additions and 1 deletions

View File

@ -1837,7 +1837,7 @@ public Calendar next() {
/**
* Always throws UnsupportedOperationException.
*
* @throws UnsupportedOperationException
* @throws UnsupportedOperationException Always thrown.
* @see java.util.Iterator#remove()
*/
@Override