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
38e06ef7ae
commit
90670f9698
@ -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 {
|
static final class TooBigObjectException extends IOException {
|
||||||
|
Loading…
Reference in New Issue
Block a user