Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
DEV: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
catalyst7193 committed Jun 15, 2017
1 parent e6d6b86 commit d96036a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/spotify/docker/client/DockerClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
import com.spotify.docker.client.messages.swarm.SwarmSpec;
import com.spotify.docker.client.messages.swarm.Task;
import com.spotify.docker.client.messages.swarm.UnlockKey;

import java.io.Closeable;
import java.io.IOException;
import java.io.InputStream;
Expand All @@ -88,8 +87,6 @@
import java.util.Objects;
import java.util.Set;

import jnr.ffi.annotations.In;

/**
* A client for interacting with dockerd.
*
Expand Down Expand Up @@ -2852,7 +2849,7 @@ public ListVolumesFilterParam(String name, String value) {
List<Node> listNodes() throws DockerException, InterruptedException;

/**
* List swarm nodes that match the given criteria. Only available in Docker API &gt;= 1.24.
* List swarm nodes that match the given criteriag. Only available in Docker API &gt;= 1.24.
*
* @param criteria Node listing and filtering options.
* @return A list of nodes.
Expand Down

0 comments on commit d96036a

Please sign in to comment.