rmuir commented on PR #14286:
URL: https://github.com/apache/lucene/pull/14286#issuecomment-2679876336
Looks like CI fails in a check on core/. there might be more, if it gets
past core/:
```
/home/runner/work/lucene/lucene/lucene/core/src/java/org/apache/lucene/store/SleepingLockWrapper.java:36:
warning: [NonFinalStaticField] Static fields should almost always be final.
public static long DEFAULT_POLL_INTERVAL = 1000;
^
(see https://errorprone.info/bugpattern/NonFinalStaticField)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]