Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tianchen92 committed Jul 13, 2019
1 parent fe9c2ec commit e65473c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface BaseIntVector extends ValueVector {
void setWithPossibleTruncate(int index, long value);

/**
* Gets the value at index, note this value may haven been extended to long and will throw {@link IllegalStateException} if
* Gets the value at index, note this value may haven been extended to long and will throw Exception if
* the value is null.
*/
long getValueAsLong(int index);
Expand Down

0 comments on commit e65473c

Please sign in to comment.