tysonjh commented on a change in pull request #13261:
URL: https://github.com/apache/beam/pull/13261#discussion_r517564612



##########
File path: 
examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java
##########
@@ -121,7 +121,9 @@
  * <p>The example will try to cancel the pipelines on the signal to terminate 
the process (CTRL-C)
  * and then exits.
  */
-@SuppressWarnings("nullness") // 
TODO(https://issues.apache.org/jira/browse/BEAM-10402)
+@SuppressWarnings({
+  "nullness" // TODO(https://issues.apache.org/jira/browse/BEAM-10402)

Review comment:
       SG. It's a mechanical change so no problem leaving it in this commit.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to