> +   @Nullable public abstract String getSatusReason();
> +
> +   /**
> +    * @return the date this Stack was created.
> +    */
> +   @Nullable public abstract Date getCreated();
> +
> +   /**
> +    * @return the date this Stack was last updated.
> +    */
> +   @Nullable public abstract Date getUpdated();
> +
> +   /**
> +    * @return the timeout of this Stack (in minutes).
> +    */
> +   @Nullable public abstract int getTimeoutMins();

Primitives can't be null.

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

Reply via email to