Skip to content

Commit

Permalink
removed puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Feb 4, 2018
1 parent 5938ad7 commit d5353a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/amihaiemil/docker/UnixSocket.java
Expand Up @@ -115,9 +115,6 @@ public <T extends Wire> Request through(

/**
* Wire through which this request is sent.
* @todo #9:30min We need an implementation of Response (to be returned
* by method send(...)) which will animate the output received from the
* server.
* @checkstyle ParameterNumber (20 lines).
*/
private static final class SocketWire implements Wire {
Expand Down

3 comments on commit d5353a4

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d5353a4 Feb 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 9-b2c9a2a2 disappeared from src/main/java/com/amihaiemil/docker/UnixSocket.java, that's why I closed #14. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d5353a4 Feb 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 14-aa715a86 discovered in src/main/java/com/amihaiemil/docker/SocketResponse.java and submitted as #18. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but
we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d5353a4 Feb 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 14-ad81abd3 discovered in src/main/java/com/amihaiemil/docker/SocketResponse.java and submitted as #19. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but
we discovered it only now.

Please sign in to comment.