This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 6d380dbee31 Scavange one change from the SOLR-17457 bug fix (#2718)
6d380dbee31 is described below
commit 6d380dbee31bc64809d2374bd0f81ccfe807a073
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Sep 24 08:23:09 2024 -0400
Scavange one change from the SOLR-17457 bug fix (#2718)
---
solr/core/src/java/org/apache/solr/cli/StatusTool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/core/src/java/org/apache/solr/cli/StatusTool.java
b/solr/core/src/java/org/apache/solr/cli/StatusTool.java
index dd9a579266e..5b9df1570d7 100644
--- a/solr/core/src/java/org/apache/solr/cli/StatusTool.java
+++ b/solr/core/src/java/org/apache/solr/cli/StatusTool.java
@@ -56,7 +56,7 @@ public class StatusTool extends ToolBase {
return "status";
}
- public static final Option OPTION_MAXWAITSECS =
+ private static final Option OPTION_MAXWAITSECS =
Option.builder()
.longOpt("max-wait-secs")
.argName("SECS")