benWize commented on a change in pull request #15742:
URL: https://github.com/apache/beam/pull/15742#discussion_r747013457
##########
File path:
runners/core-java/src/test/java/org/apache/beam/runners/core/SimpleDoFnRunnerTest.java
##########
@@ -391,6 +391,7 @@ public void testInfiniteSkew() {
static final String TIMER_ID = "throwingTimerId";
+ @SuppressWarnings("unused")
Review comment:
I've removed all suppress inline annotations on stateId and timerId,
also I've added a suppress annotation by class along with a TODO comment
indicating to remove the line once a new version of error-prone is released.
--
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]