kennknowles commented on code in PR #34544: URL: https://github.com/apache/beam/pull/34544#discussion_r2029162272
########## sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java: ########## @@ -260,6 +263,9 @@ public static void main( * @param processWideCache * @throws Exception */ + @SuppressWarnings({ + "rawtypes", // Frameworks.ConfigBuilder.traitDefs has method signature of raw type Review Comment: Isolate to a small method please -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org