> +
> + protected HttpRedirectApi api() {
> + return api.getHttpRedirectApiForZone(fqdn);
> + }
> +
> + @Override
> + @AfterClass(groups = "live", alwaysRun = true)
> + protected void tearDown() {
> + try {
> + api.getZoneApi().deleteChanges(fqdn);
> + api.getZoneApi().delete(fqdn);
> + api.getZoneApi().publish(fqdn);
> + } catch (Exception ignored) {}
> +
> + super.tearDown();
> + }
cool, will fix those. For future reference, is there a standard eclipse (or
other) code formatting template for this project?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/37/files#r4952488