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:
parent
0dd1346c23
commit
aba3cc49db
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user