trevorflanagan commented on this pull request.
> +import org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstZone;
+import org.jclouds.rest.ConfiguresHttpApi;
+import org.jclouds.rest.config.HttpApiModule;
+
+@ConfiguresHttpApi
+public class DimensionDataCloudControlHttpApiModule extends
HttpApiModule<DimensionDataCloudControlApi> {
+
+ @Override
+ protected void bindErrorHandlers() {
+ //TODO Implement Method
+ }
+
+ @Override
+ protected void bindRetryHandlers() {
+ //TODO Implement Method
+ }
@nacx I intend on now retaining this method with the binding for the
`DimensionDataCloudControlErrorHandler`
--
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/375#discussion_r107867252