> @@ -61,7 +62,7 @@ public String apply(ProductItem productItem) {
>           @Override
>           public ProductItemPrice apply(ProductItem productItem) {
>              if (productItem.getPrices().size() < 1)

`if (productItem.getPrices().isEmpty()) {`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r5494074

Reply via email to