Skip to content

Commit 1dc8658

Browse files
committed
Merge branch '256' of github.com:amihaiemil/docker-java-api into 256
2 parents 9800edb + b77552a commit 1dc8658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Since the class should be immutable, the parameters should come in the ctor
4444
* and appended to the requests when they are performed. Let's leave this part
4545
* for v0.0.3 or later, it's not urgent now.
46-
* @todo @256:30min Apparently, either stderr or stdout are mandatory params
46+
* @todo #256:30min Apparently, either stderr or stdout are mandatory params
4747
* when reading the logs. At the moment, we specify both as "true", but we
4848
* should give the user the option to chose. Let's implement Logs.stderr(),
4949
* Logs.stdout() and Logs.all() -- all 3 methods should return Logs. As usual,

0 commit comments

Comments
 (0)