Skip to content

Commit

Permalink
Scavange one change from the SOLR-17457 bug fix (apache#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh authored Sep 24, 2024
1 parent 7d60883 commit 6d380db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/cli/StatusTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public String getName() {
return "status";
}

public static final Option OPTION_MAXWAITSECS =
private static final Option OPTION_MAXWAITSECS =
Option.builder()
.longOpt("max-wait-secs")
.argName("SECS")
Expand Down

0 comments on commit 6d380db

Please sign in to comment.