mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
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…
x
Reference in New Issue
Block a user