> @@ -189,7 +188,7 @@ public void testNoDescription() {
> @Test
> public void testId() {
> ProductItemPrice price = ProductItemPrice.builder().id(1234).build();Very minor point: could change `price = ...` to not set that id to 1234, so it's clear which we're asserting should have id 1234. Same for in `testIdManyPrices()` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r5491092
