>  import com.google.common.base.CaseFormat;
>  
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
>  public enum DeploymentStatus {
>       RUNNING, SUSPENDED, RUNNING_TRANSITIONING, SUSPENDED_TRANSITIONING, 
> STARTING, SUSPENDING, DEPLOYING, DELETING;

[minor] Does this need some wrapping?

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

Reply via email to