Skip to content

Commit

Permalink
Fix cherry-pick
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jan 4, 2025
1 parent 3c322ba commit 7ec164b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public PluginInfo(final StreamInput in) throws IOException {
} else {
this.customFolderName = this.name;

Check warning on line 218 in server/src/main/java/org/opensearch/plugins/PluginInfo.java

View check run for this annotation

Codecov / codecov/patch

server/src/main/java/org/opensearch/plugins/PluginInfo.java#L218

Added line #L218 was not covered by tests
}
this.customFolderName = in.readString();
this.extendedPlugins = in.readStringList();
this.hasNativeController = in.readBoolean();
if (in.getVersion().onOrAfter(Version.V_2_19_0)) {
Expand Down

0 comments on commit 7ec164b

Please sign in to comment.