m-trieu commented on code in PR #31902:
URL: https://github.com/apache/beam/pull/31902#discussion_r1792476109
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/GrpcWindmillStreamFactory.java:
##########
@@ -177,6 +183,19 @@ private static <T extends AbstractStub<T>> T
withDefaultDeadline(T stub) {
AbstractWindmillStream.DEFAULT_STREAM_RPC_DEADLINE_SECONDS,
TimeUnit.SECONDS);
}
+ private static void printSummaryHtmlForWorker(
Review Comment:
the formatter throws all of the static functions at the top of the class
after constructor
--
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]