diff --git a/src/main/java/com/amihaiemil/docker/Images.java b/src/main/java/com/amihaiemil/docker/Images.java index b2d342a7..630e04b0 100644 --- a/src/main/java/com/amihaiemil/docker/Images.java +++ b/src/main/java/com/amihaiemil/docker/Images.java @@ -40,10 +40,6 @@ * unit test method save() and other future methods which may require more * than 1 HTTP request. Currently, the unit testing infrastructure does * not support more than 1 HTTP request.. - * @todo #254:30min Implement importImage method and create tests. Please note - * that this method is implemented using Docker API Image Create method. - * See https://docs.docker.com/engine/api/v1.35/#operation/ImageCreate for more - * details. * @todo #254:30mim ImportFromTar method should return Image instead of void. * Find a way to read the imported Image's identifier, maybe add a new * implementation of Image for this case.