Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Jun 8, 2023
1 parent d27cd97 commit 4c52178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public String utf8ToString() {
throw new IllegalStateException("UTF16 String size is " + len +
", should be less than " + MAX_LENGTH);
}
return toBytesRef().utf8ToString();
return bytesRef.utf8ToString();
}

@Override
Expand Down

0 comments on commit 4c52178

Please sign in to comment.