mirror of https://github.com/apache/jclouds.git
Issue 158: Removed unused method from ProductPackage
This commit is contained in:
parent
9966eb68c9
commit
bf36742639
|
@ -65,11 +65,6 @@ public class ProductPackage implements Comparable<ProductPackage> {
|
|||
return this;
|
||||
}
|
||||
|
||||
public Builder productItem(ProductItem items) {
|
||||
this.items.add(checkNotNull(items, "items"));
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder items(Iterable<ProductItem> items) {
|
||||
this.items = ImmutableSet.<ProductItem> copyOf(checkNotNull(items, "items"));
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue