Skip to content

Commit c29f27d

Browse files
fix typo
1 parent 1810bc4 commit c29f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/ingest/IngestStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static IngestStats read(StreamInput in) throws IOException {
7979
for (var i = 0; i < size; i++) {
8080
ProjectId projectId = in.getTransportVersion().onOrAfter(TransportVersions.NODES_STATS_SUPPORTS_MULTI_PROJECT)
8181
? ProjectId.readFrom(in)
82-
// We will not have older nodes in a multi-project cluster, so we can assume that everything is in the default cluster.
82+
// We will not have older nodes in a multi-project cluster, so we can assume that everything is in the default project.
8383
: Metadata.DEFAULT_PROJECT_ID;
8484
var pipelineId = in.readString();
8585
var pipelineStat = readStats(in);

0 commit comments

Comments
 (0)