lukecwik commented on a change in pull request #11165: [BEAM-9340] Populate
requirements for Java.
URL: https://github.com/apache/beam/pull/11165#discussion_r395308799
##########
File path:
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/EnvironmentsTest.java
##########
@@ -115,7 +115,7 @@ public void getEnvironmentPTransform() throws IOException {
ParDo.of(
new DoFn<String, String>() {
@ProcessElement
- public void process(ProcessContext ctxt) {}
+ public void process(ProcessContext ctxt)
{}CreateExecutableStageNodeFunction.java
Review comment:
```suggestion
public void process(ProcessContext ctxt) {}
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services