> + }
> + };
> +
> + FN2 = new Function<String, String>() {
> +
> + @Override
> + public String apply(String element) {
> + return "";
> + }
> + };
> + }
> +
> + @SuppressWarnings("unchecked")
> + @Override
> + public <R extends HttpRequest> R bindToRequest(R request, Object input) {
> + checkArgument(checkNotNull(input, "input") instanceof Map<?,?>, "this
> binder is only valid for Maps!");
Will remove the checkNotNull(...) method.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6251407