kennknowles commented on a change in pull request #13261:
URL: https://github.com/apache/beam/pull/13261#discussion_r517539463
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -22,7 +22,7 @@ plugins { id 'org.apache.beam.module' }
applyJavaNature(
automaticModuleName: 'org.apache.beam.runners.dataflow',
enableChecker: false,
- ignoreRawtypeErrors: true)
+ )
Review comment:
Ideally, spotless would reformat this, but I guess it doesn't.
##########
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:
There are a number of changes like this that I did just to make it more
sane to automatically add the rawtype warnings. I can revert if you like or
separate into another 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]