> +            return valueOf( v );
> +         } catch ( IllegalArgumentException ex ) {
> +            return UNRECOGNIZED;
> +         }
> +      }
> +   }
> +
> +   @Nullable
> +   public abstract String id();
> +
> +   @Nullable
> +   @Override
> +   public abstract String name();
> +
> +   @Nullable
> +   public abstract boolean hasInternetAccess();

A primitive type can't be null.

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

Reply via email to