Skip to content

Commit

Permalink
Fix formatting in GetStats.java
Browse files Browse the repository at this point in the history
Signed-off-by: hye-on <ain0103@naver.com>
  • Loading branch information
hye-on committed Jan 15, 2025
1 parent 98c8a62 commit 40ac728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public long current() {
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
builder.startObject(Fields.GET);
builder.field(Fields.TOTAL, getCount());
builder.field( Fields.GET_TIME, Objects.toString(getTime()));
builder.field(Fields.GET_TIME, Objects.toString(getTime()));
builder.humanReadableField(Fields.TIME_IN_MILLIS, Fields.TIME, getTime());
builder.field(Fields.EXISTS_TOTAL, existsCount);
builder.humanReadableField(Fields.EXISTS_TIME_IN_MILLIS, Fields.EXISTS_TIME, getExistsTime());
Expand Down

0 comments on commit 40ac728

Please sign in to comment.