damccorm commented on code in PR #21836: URL: https://github.com/apache/beam/pull/21836#discussion_r897984978
########## sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/reflect/DoFnInvokersTest.java: ########## @@ -93,7 +93,8 @@ @SuppressWarnings({ "rawtypes", // TODO(https://github.com/apache/beam/issues/20447) "SameNameButDifferent", - "unused" // TODO(BEAM-13271): Remove when new version of errorprone is released (2.11.0) + "unused" // TODO(https://github.com/apache/beam/issues/21230): Remove when new version of + // errorprone is released (2.11.0) Review Comment: I think this was actually caused by the autoformatter (spotlessApply), not my automation itself. With that said, I manually went through and cleaned it up (and some other weird formatting things) -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org