> + this.id = id;
> + this.softwareDescription = softwareDescription;
> + this.softwareDescriptionId = softwareDescriptionId;
> + }
> +
> + public int getId() {
> + return this.id;
> + }
> +
> + @Nullable
> + public SoftwareDescription getSoftwareDescription() {
> + return this.softwareDescription;
> + }
> +
> + /**
> + * @return A longer location description.
Incorrect javadoc comment.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11138845