m-trieu commented on code in PR #27593:
URL: https://github.com/apache/beam/pull/27593#discussion_r1288979773


##########
runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/FakeWindmillServer.java:
##########
@@ -485,4 +437,55 @@ public boolean isReady() {
   public void setIsReady(boolean ready) {
     this.isReady = ready;
   }
+
+  static class ResponseQueue<T, U> {

Review Comment:
   it is preferred style (at least in Google style guide), but this was fixed 
by the linter (spotless apply) since I modified the file.
   
   My only changes were renaming/reimport GetWorkStream since it was moved to 
the WindmillStream.java.



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