mirror of https://github.com/apache/jclouds.git
Exposing contents of DescribeImagesResponseHandler to subclasses
This commit is contained in:
parent
7c31f51ab7
commit
0d43c1dd46
|
@ -61,7 +61,7 @@ public class DescribeImagesResponseHandler extends ParseSax.HandlerForGeneratedR
|
|||
@Resource
|
||||
protected Logger logger = Logger.NULL;
|
||||
|
||||
private Set<Image> contents = Sets.newLinkedHashSet();
|
||||
protected Set<Image> contents = Sets.newLinkedHashSet();
|
||||
private StringBuilder currentText = new StringBuilder();
|
||||
private final Supplier<String> defaultRegion;
|
||||
|
||||
|
|
Loading…
Reference in New Issue