HoustonPutman commented on PR #4041:
URL: https://github.com/apache/solr/pull/4041#issuecomment-3756779337
This broke precommit.
`gradle check -x test -Pvalidation.errorprone=true`
```
TermsResponseTest.java:46: warning: [MissingOverride] setUp overrides method
in LuceneTestCase; expected @Override
public void setUp() throws Exception {
^
(see https://errorprone.info/bugpattern/MissingOverride)
Did you mean '@Override @Before'?
error: warnings found and -Werror specified
```
--
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]