> +   @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();
> +
> +   /**
> +    * @return true is disableRollback is true
> +    */
> +   @Nullable public abstract boolean isDisableRollback();

Same here. 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#r28423625

Reply via email to