> private final int id; > private final String description; > - private final String units; > - private final Float capacity; > - private final Set<ProductItemPrice> prices; > - private final Set<ProductItemCategory> categories; > + private final String SoftwareDescriptionId;
Start variable name in lower case. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r10276937
