We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c338a37 + 128810b commit 6878200Copy full SHA for 6878200
src/main/java/com/amihaiemil/docker/Network.java
@@ -35,10 +35,6 @@
35
* @version $Id$
36
* @see <a href="https://docs.docker.com/engine/api/v1.35/#tag/Network">Docker API v1.35</a>
37
* @since 0.0.4
38
- * @todo #225:30min Implement Network methods: inspect, remove, connect and
39
- * disconnect like specified at:
40
- * https://docs.docker.com/engine/api/v1.35/#tag/Network. Then remove @Ignore
41
- * annotaton from all network tests in RtNetworkTestCase.
42
*/
43
public interface Network extends JsonObject {
44
0 commit comments