Merge pull request #908 from andrewgaul/hp-bad-indent

Fix bad indent
This commit is contained in:
Adrian Cole 2012-10-23 14:23:54 -07:00
commit 08933d9432
1 changed files with 6 additions and 6 deletions

View File

@ -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) {