Polishing formatting of DockerApi

This commit is contained in:
Andy Wilkinson 2020-01-30 14:08:45 +00:00
parent 6db5ca97d3
commit 2725264be1

View File

@ -49,7 +49,7 @@ import org.springframework.util.StringUtils;
public class DockerApi {
private static final List<String> FORCE_PARAMS = Collections.unmodifiableList(Arrays.asList("force", "1"));
static final String API_VERSION = "v1.24";
private final Http http;