Abacn commented on code in PR #32356: URL: https://github.com/apache/beam/pull/32356#discussion_r1735493572
########## sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Watch.java: ########## @@ -124,8 +124,7 @@ * href="https://beam.apache.org/documentation/runners/capability-matrix/">capability matrix</a>. */ @SuppressWarnings({ - "nullness", // TODO(https://github.com/apache/beam/issues/20497) - "rawtypes" + "nullness" // TODO(https://github.com/apache/beam/issues/20497) Review Comment: the purpose of these change is try to flush bad gradle cache, which causes javacompile failing on these two files -- 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]
