Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kanterov committed Feb 9, 2019
1 parent aff13da commit d9ea9b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,6 @@

import com.github.dockerjava.api.command.CreateContainerCmd;
import com.github.dockerjava.api.model.Image;
import com.google.common.base.Joiner;
import java.io.IOException;
import java.sql.Connection;
import java.sql.ResultSet;
Expand All @@ -30,6 +29,7 @@
import org.apache.beam.sdk.util.BackOffUtils;
import org.apache.beam.sdk.util.FluentBackoff;
import org.apache.beam.sdk.util.Sleeper;
import org.apache.beam.vendor.guava.v20_0.com.google.common.base.Joiner;
import org.joda.time.Duration;
import org.junit.AfterClass;
import org.junit.BeforeClass;
Expand Down

0 comments on commit d9ea9b4

Please sign in to comment.