stankiewicz commented on code in PR #37902:
URL: https://github.com/apache/beam/pull/37902#discussion_r2983997090


##########
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java:
##########
@@ -914,7 +914,9 @@ public void 
testSideInputAnnotationFailedValidationMissing() {
       DoFn<Integer, List<Integer>> fn =
           new DoFn<Integer, List<Integer>>() {
             @ProcessElement
-            public void processElement(@SideInput(sideInputTag1) String tag1) 
{}
+            public void processElement(@SideInput(sideInputTag1) String tag1) {
+              ProcessContext c;

Review Comment:
   apologies, removing it. 



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

Reply via email to