> +    */
> +   @Nullable
> +   public String getName() {
> +      return name;
> +   }
> +
> +   /**
> +    * @return The description of the security group.
> +    */
> +   @Nullable
> +   public String getDescription() {
> +      return description;
> +   }
> +
> +   /**
> +    * @return The identifier of the tenant for this rule.

The return type for this method is `ImmutableList<SecurityGroupRule>`, so maybe 
`@return The rules for the security group.` ?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16568365

Reply via email to