Fixed JavaDoc of LimitingByteInput (#10852)

Motivation:

I found a typo in LimitingByteInput.

Modification:

Fixed the typo in LimitingByteInput

Result:

No typo anymore in LimitingByteInput.
This commit is contained in:
terrarier2111 2020-12-10 10:30:25 +01:00 committed by GitHub
parent 0dd1346c23
commit aba3cc49db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ class LimitingByteInput implements ByteInput {
}
/**
* Exception that will get thrown if the {@link Object} is to big to unmarshall
* Exception that will get thrown if the {@link Object} is too big to unmarshall
*
*/
static final class TooBigObjectException extends IOException {