> @@ -49,6 +48,16 @@
>     KeyPair create(String name);
>  
>     /**
> +    * Gets a specific {@link KeyPair} by name.
> +    * 
> +    * @param name
> +    *           name of the Key Pair
> +    * 
> +    * @return the specified {@link KeyPair}

"...or `null` if no such KeyPair exists"? And/or add `@Nullable`? I'm assuming 
this can be null based on the fallback?

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

Reply via email to