mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 02:29:25 +00:00
Fix bad indent
This commit is contained in:
parent
97004c7f32
commit
bd3ed72396
@ -56,13 +56,13 @@ import com.google.inject.Provides;
|
||||
*/
|
||||
public class HPCloudObjectStorageBlobStoreContextModule extends SwiftBlobStoreContextModule {
|
||||
|
||||
@Beta
|
||||
@Singleton
|
||||
public static final class GetCDNMetadata extends CacheLoader<String, URI> {
|
||||
@Resource
|
||||
protected Logger logger = Logger.NULL;
|
||||
@Beta
|
||||
@Singleton
|
||||
public static final class GetCDNMetadata extends CacheLoader<String, URI> {
|
||||
@Resource
|
||||
protected Logger logger = Logger.NULL;
|
||||
|
||||
private final HPCloudObjectStorageApi client;
|
||||
private final HPCloudObjectStorageApi client;
|
||||
|
||||
@Inject
|
||||
public GetCDNMetadata(HPCloudObjectStorageApi client) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user