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


##########
sdks/java/maven-archetypes/starter/src/main/resources/archetype-resources/src/main/java/StarterPipeline.java:
##########
@@ -51,15 +51,20 @@ public static void main(String[] args) {
         PipelineOptionsFactory.fromArgs(args).withValidation().create());
 
     p.apply(Create.of("Hello", "World"))
-    .apply(MapElements.via(new SimpleFunction<String, String>() {
+    .apply(MapElements.via(
+      new   @SuppressWarnings("serial") 

Review Comment:
   formatting looks odd



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