pawelpasterz commented on a change in pull request #11956: URL: https://github.com/apache/beam/pull/11956#discussion_r445554688
########## File path: sdks/java/testing/test-utils/src/main/java/org/apache/beam/sdk/testutils/publishing/InfluxDBPublisher.java ########## @@ -19,14 +19,16 @@ import static java.nio.charset.StandardCharsets.UTF_8; import static java.util.Objects.requireNonNull; -import static org.apache.beam.repackaged.core.org.apache.commons.lang3.StringUtils.isNoneBlank; import java.io.IOException; import java.util.Collection; +import java.util.Map; +import org.apache.beam.repackaged.core.org.apache.commons.lang3.StringUtils; Review comment: ah..I would swear I changed it...thanks! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org