Skip to content

Commit 6878200

Browse files
authored
Merge pull request #255 from paulodamaso/236
For #236: Puzzle removal.
2 parents c338a37 + 128810b commit 6878200

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/amihaiemil/docker/Network.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
* @version $Id$
3636
* @see <a href="https://docs.docker.com/engine/api/v1.35/#tag/Network">Docker API v1.35</a>
3737
* @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.
4238
*/
4339
public interface Network extends JsonObject {
4440

0 commit comments

Comments
 (0)