>           throw new IllegalStateException(illegalStateExceptionMessage);
>        }
>     }
>  
>     @Override
>     public boolean deleteImage(String id) {
> +
> +      String[] fields = VMImageToImage.decodeFieldsFromUniqueId(id);

This will at some point become hard to maintain. Could we refactor this method 
to return an high level object with the fields, instead of an array?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/305/files/93cecad810be0366709b28b2dbf3259efe10dec2#r73308383

Reply via email to