mirror of https://github.com/apache/jclouds.git
Address Checkstyle violations
This commit is contained in:
parent
fb11c1fc1a
commit
ac5559ca9e
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue