mirror of
https://github.com/apache/jclouds.git
synced 2026-09-01 00:44:28 +00:00
Address Checkstyle violations
This commit is contained in:
+2
-2
@@ -102,7 +102,7 @@ public class VolumeQuota {
|
||||
return new ConcreteBuilder().fromVolumeQuota(this);
|
||||
}
|
||||
|
||||
public static abstract class Builder<T extends Builder<T>> {
|
||||
public abstract static class Builder<T extends Builder<T>> {
|
||||
protected abstract T self();
|
||||
|
||||
protected String id;
|
||||
@@ -164,4 +164,4 @@ public class VolumeQuota {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ public class RetryOnRenew implements HttpRetryHandler {
|
||||
protected Logger logger = Logger.NULL;
|
||||
|
||||
@VisibleForTesting
|
||||
final static int NUM_RETRIES = 5;
|
||||
static final int NUM_RETRIES = 5;
|
||||
|
||||
private final LoadingCache<Credentials, Access> authenticationResponseCache;
|
||||
|
||||
|
||||
+1
-1
@@ -37,4 +37,4 @@ public interface AvailabilityZoneAPI {
|
||||
*/
|
||||
FluentIterable<? extends AvailabilityZone> list();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -55,4 +55,4 @@ public interface AvailabilityZoneAsyncApi {
|
||||
@Fallback(Fallbacks.EmptyFluentIterableOnNotFoundOr404.class)
|
||||
ListenableFuture<? extends FluentIterable<? extends AvailabilityZone>> list();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user