Skip to content

Commit 0ea2ce4

Browse files
nielsbaumanCopilot
andauthored
Small comment fixes
Co-authored-by: Copilot <[email protected]>
1 parent 43eef91 commit 0ea2ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/IndexLifecycleExplainResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public IndexLifecycleExplainResponse(StreamInput in) throws IOException {
360360
} else {
361361
skip = false;
362362
}
363-
// No need for serialization from this point onwards as this action only runs on the local node.
363+
// No need for deserialization from this point onwards as this action only runs on the local node.
364364
forceMergeIndexName = null;
365365
} else {
366366
policyName = null;
@@ -417,7 +417,7 @@ public void writeTo(StreamOutput out) throws IOException {
417417
|| out.getTransportVersion().onOrAfter(TransportVersions.ILM_ADD_SKIP_SETTING)) {
418418
out.writeBoolean(skip);
419419
}
420-
// No need for deserialization from this point onwards as this action only runs on the local node.
420+
// No need for serialization from this point onwards as this action only runs on the local node.
421421
}
422422
}
423423

0 commit comments

Comments
 (0)