> @@ -249,7 +250,7 @@ public Builder processLabel(String processLabel) {
>           return this;
>        }
>  
> -      public Builder node(Node node) {
> +      public Builder node(Optional<Node> node) {

I'd keep the build interface receiving a node and assign it with 
`Optional.fromNullable(node)`.

---
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#r66575967

Reply via email to