ahmedabu98 commented on code in PR #33699: URL: https://github.com/apache/beam/pull/33699#discussion_r1925704888
########## runners/google-cloud-dataflow-java/src/test/java/org/apache/beam/runners/dataflow/LargeCommitTest.java: ########## @@ -19,14 +19,18 @@ import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; +import com.google.common.collect.Iterables; Review Comment: nit: spotless is complaining about this ```suggestion import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.Iterables; ``` -- 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]
