Skip to content

Commit b77552a

Browse files
authored
Update RtLogs.java
1 parent 06cba76 commit b77552a

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)