> @@ -77,7 +78,7 @@
>  
>     @Nullable public abstract String processLabel();
>  
> -   @Nullable public abstract Node node();
> +   @Nullable public abstract Optional<Node> node();

Optional fields should never be nullable.

---
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/281/files/60f96629c0f24dc819a526c5347f70beb0e7f416#r66575804

Reply via email to