Commit 6e17502
authored
MINOR: Fix VariantUtil.getByte() Javadoc copied from getShort() (apache#3649)
The Javadoc on the package-private VariantUtil.getByte() was copied
verbatim from getShort() and never adjusted. It listed SHORT as a
supported type and documented an @return of "short value", but the
method only accepts the BYTE/INT8 type and returns a byte.
Correct the doc to describe Type.BYTE and an @return of "The byte
value". No behavioral change.
Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>1 parent 09bd186 commit 6e17502
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
0 commit comments