> + * > + * @see <a href= > + * > "http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.html?ApiReference-query-DescribesecurityGroupInfo.html" > + * /> > + * @author Adrian Cole > + */ > +public class AWSEC2DescribeSecurityGroupsResponseHandler extends > + HandlerForGeneratedRequestWithResult<Set<SecurityGroup>> { > + > + private final AWSEC2SecurityGroupHandler securityGroupHandler; > + > + private StringBuilder currentText = new StringBuilder(); > + private Builder<SecurityGroup> securityGroups = > ImmutableSet.<SecurityGroup> builder(); > + private boolean inSecurityGroupInfo; > + > + protected int itemDepth;
Declare protected vars first? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/154/files#r7112733
