> @@ -345,7 +345,7 @@ protected UsageRecord(String id, @Nullable String
> description, @Nullable String
> @Nullable String releaseDate, @Nullable String
> zoneId, @Nullable String virtualMachineId, @Nullable String
> virtualMachineName,
> @Nullable String serviceOfferingId, @Nullable
> String templateId, @Nullable String ipAddress,
> boolean isSourceNAT, double rawUsageHours,
> @Nullable String usage, @Nullable String type, @Nullable UsageType usageType)
> {
> - this.id = checkNotNull(id, "id");
> + this.id = id;
I created a new pull request. I added the <code>@Nullable</code> annotation to
the parameters. In addition, I added it above the getter for <code>id</code>.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/106/files#r5966628