File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
libs/core/src/main/java/org/opensearch/core/common/io/stream
server/src/main/java/org/opensearch/search/aggregations/metrics Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,8 @@ public final void writeOptionalInstant(@Nullable Instant instant) throws IOExcep
789789 o .writeByte ((byte ) 27 );
790790 o .writeSemverRange ((SemverRange ) v );
791791 });
792- // Have registered ScriptedAvg class with byte 28 in Streamables.java, so that we do not need the implementation reside in the server module
792+ // Have registered ScriptedAvg class with byte 28 in Streamables.java, so that we do not need the implementation reside in the
793+ // server module
793794 WRITERS = Collections .unmodifiableMap (writers );
794795 }
795796
Original file line number Diff line number Diff line change 1414import org .opensearch .core .common .io .stream .StreamInput ;
1515import org .opensearch .core .common .io .stream .StreamOutput ;
1616import org .opensearch .core .common .io .stream .Writeable ;
17- import org .opensearch .core .xcontent .ToXContent ;
18- import org .opensearch .core .xcontent .ToXContentFragment ;
19- import org .opensearch .core .xcontent .XContentBuilder ;
2017
2118import java .io .IOException ;
2219
You can’t perform that action at this time.
0 commit comments