> +   @ResponseParser(ParseRequestIdHeader.class)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   String createProfile(@BinderParam(ProfileParamsToXML.class) 
> CreateProfileParams params);
> +
> +   /**
> +    * The Update Profile operation enables or disables a profile.
> +    *
> +    * @param profile traffic manager profile name.
> +    * @param params update profile params.
> +    * @return request id.
> +    */
> +   @Named("UpdateProfile")
> +   @PUT
> +   @Path("/profiles/{profile}")
> +   @ResponseParser(ParseRequestIdHeader.class)
> +   @Fallback(NullOnNotFoundOr404.class)

Remove this.

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

Reply via email to