File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/main/java/com/amihaiemil/docker Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 27
27
28
28
import org .apache .http .client .HttpClient ;
29
29
import org .apache .http .client .methods .HttpGet ;
30
+
31
+ import javax .json .Json ;
32
+ import javax .json .JsonArrayBuilder ;
33
+ import javax .json .JsonObjectBuilder ;
30
34
import java .net .URI ;
31
35
import java .util .Collections ;
32
36
import java .util .HashMap ;
33
37
import java .util .Iterator ;
34
38
import java .util .Map ;
35
- import javax .json .Json ;
36
- import javax .json .JsonArrayBuilder ;
37
- import javax .json .JsonObjectBuilder ;
38
39
39
40
/**
40
41
* Listed images, which may have a filter applied.
41
42
* @author Mihai Andronache (amihaiemil@gmail.com)
42
43
* @version $Id$
43
44
* @since 0.0.3
44
- * @todo #144:30min Finish implementation here, add a Map to this class, that
45
- * would hold the actual filters and apply them when making the call in the
46
- * iterator() method. Also, more ctors should be available, at least one with
47
- * filters and one without filters.
48
45
*/
49
46
final class ListedImages extends RtImages {
50
47
/**
You can’t perform that action at this time.
0 commit comments