iemejia commented on a change in pull request #11009: [BEAM-9342[ Update bytebuddy to version 1.10.8 URL: https://github.com/apache/beam/pull/11009#discussion_r386081545
########## File path: sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java ########## @@ -514,9 +514,7 @@ public void proccessElement(ProcessContext c) {} SingleOutput<KV<String, String>, String> parDo = ParDo.of(fn); // Use the parDo in a pipeline to cause state coders to be inferred. - pipeline - .apply(Create.of(KV.of("input", "value"))) - .apply(parDo); + pipeline.apply(Create.of(KV.of("input", "value"))).apply(parDo); Review comment: changes in this class are unrelated but auto applied by `spotlessApply` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services