pnowojski commented on a change in pull request #18123:
URL: https://github.com/apache/flink/pull/18123#discussion_r770303329
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java
##########
@@ -65,12 +65,13 @@
import org.apache.flink.util.Preconditions;
import org.apache.flink.util.TestLogger;
+import org.apache.flink.shaded.guava30.com.google.common.collect.Lists;
+
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
-import org.testcontainers.shaded.com.google.common.collect.Lists;
Review comment:
Yes, let's do it here that way adding this checkstyle will have a bit
more of a context. (checkstyle doesn't have to be backported)
--
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]