Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaporciani committed Apr 28, 2023
1 parent 92b9651 commit 36d6824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public float floatVal(int doc) throws IOException {
}

@Override
String strVal(int doc) throws IOException {
public String strVal(int doc) throws IOException {
return Float.toString(floatVal(doc));
}

Expand Down

0 comments on commit 36d6824

Please sign in to comment.