> +    * Creates a new Role
> +     *
> +    * @return the new Role
> +    */
> +   Role create (String name);
> +   
> +   /**
> +    * Gets the role
> +    * 
> +    * @return the role
> +    */
> +   Role get(String roleId);
> +   
> +   /**
> +    * Deletes a role
> +     *

Same, indent properly :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/303/files#r10010788

Reply via email to