> +   /**
> +    * @return The status of the execution of the init script.
> +    */
> +   public String getPostInitScriptStatus() {
> +      return postInitScriptStatus;
> +   }
> +   
> +   /**
> +    * @return The operation progress of this cluster.
> +    */
> +   public float getProgress() {
> +      return progress;
> +   }
> +   
> +   /**
> +    * @return the current status.

What's the difference between progress and status? Make it more clear in the 
comments.

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

Reply via email to