Added missing annotations in UsageRecord.java. You can merge this Pull Request by running:
git pull https://github.com/e-do/jclouds master Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/124 -- Commit Summary -- * Added type, page, and pagesize to ListUsageRecordsOptions and * Since id can be null, the annotation @Nullable should be used. -- File Changes -- M apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/UsageRecord.java (5) M apis/cloudstack/src/main/java/org/jclouds/cloudstack/options/ListUsageRecordsOptions.java (32) M apis/cloudstack/src/test/java/org/jclouds/cloudstack/options/ListUsageRecordsOptionsTest.java (19) -- Patch Links -- https://github.com/jclouds/jclouds/pull/124.patch https://github.com/jclouds/jclouds/pull/124.diff
