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.
1 parent 5d9f256 commit a997d78Copy full SHA for a997d78
src/main/java/com/amihaiemil/docker/Images.java
@@ -40,9 +40,6 @@
40
* unit test method save() and other future methods which may require more
41
* than 1 HTTP request. Currently, the unit testing infrastructure does
42
* not support more than 1 HTTP request..
43
- * @todo #254:30mim ImportFromTar method should return Image instead of void.
44
- * Find a way to read the imported Image's identifier, maybe add a new
45
- * implementation of Image for this case.
46
*/
47
public interface Images extends Iterable<Image> {
48
0 commit comments