mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 11:06:05 +00:00
Removed a duplicate comment
This commit is contained in:
parent
110cd9fc40
commit
2bc8e39e0a
@ -102,7 +102,6 @@ public class GuiceServletConfig extends GuiceServletContextListener {
|
|||||||
// common namespace for storing tweets
|
// common namespace for storing tweets
|
||||||
container = checkNotNull(props.getProperty(PROPERTY_TWEETSTORE_CONTAINER), PROPERTY_TWEETSTORE_CONTAINER);
|
container = checkNotNull(props.getProperty(PROPERTY_TWEETSTORE_CONTAINER), PROPERTY_TWEETSTORE_CONTAINER);
|
||||||
|
|
||||||
// instantiate and store references to all blobstores by provider name
|
|
||||||
// instantiate and store references to all blobstores by provider name
|
// instantiate and store references to all blobstores by provider name
|
||||||
providerTypeToBlobStoreMap = Maps.newHashMap();
|
providerTypeToBlobStoreMap = Maps.newHashMap();
|
||||||
for (String hint : getBlobstoreContexts(props)) {
|
for (String hint : getBlobstoreContexts(props)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user