kotman12 opened a new pull request, #15087: URL: https://github.com/apache/lucene/pull/15087
### Description Fix: ``` * What went wrong: Execution failed for task ':lucene:monitor:compileTestJava'. > Compilation failed; see the compiler output below. /home/runner/work/lucene/lucene/lucene/monitor/src/test/org/apache/lucene/monitor/TestMonitorPersistence.java:201: warning: [NonFinalStaticField] Static fields should almost always be final. private static volatile int HASHCODE_FACTOR = 1; ^ (see https://errorprone.info/bugpattern/NonFinalStaticField) 1 error 1 warning ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org