> @@ -170,34 +223,57 @@ public Image getImage(String id) {
>     }
>  
>     @Override
> -   public Instance getNode(String name) {
> -      return api.getInstanceApiForProject(userProject.get()).get(name);
> +   public InstanceInZone getNode(String name) {
> +      SlashEncodedIds slashEncodedIds = 
> SlashEncodedIds.fromSlashEncoded(name);

Here, I'd actually like to keep the SlashEncodedIds.fromSlashEncoded - it reads 
better to me.

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

Reply via email to