Skip to content

Commit

Permalink
Update RtLogs.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Jan 3, 2019
1 parent 06cba76 commit b77552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/amihaiemil/docker/RtLogs.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* Since the class should be immutable, the parameters should come in the ctor
* and appended to the requests when they are performed. Let's leave this part
* for v0.0.3 or later, it's not urgent now.
* @todo @256:30min Apparently, either stderr or stdout are mandatory params
* @todo #256:30min Apparently, either stderr or stdout are mandatory params
* when reading the logs. At the moment, we specify both as "true", but we
* should give the user the option to chose. Let's implement Logs.stderr(),
* Logs.stdout() and Logs.all() -- all 3 methods should return Logs. As usual,
Expand Down

0 comments on commit b77552a

Please sign in to comment.