We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9800edb + b77552a commit 1dc8658Copy full SHA for 1dc8658
src/main/java/com/amihaiemil/docker/RtLogs.java
@@ -43,7 +43,7 @@
43
* Since the class should be immutable, the parameters should come in the ctor
44
* and appended to the requests when they are performed. Let's leave this part
45
* for v0.0.3 or later, it's not urgent now.
46
- * @todo @256:30min Apparently, either stderr or stdout are mandatory params
+ * @todo #256:30min Apparently, either stderr or stdout are mandatory params
47
* when reading the logs. At the moment, we specify both as "true", but we
48
* should give the user the option to chose. Let's implement Logs.stderr(),
49
* Logs.stdout() and Logs.all() -- all 3 methods should return Logs. As usual,
0 commit comments