mirror of https://github.com/apache/jclouds.git
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
|
||||
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
|
||||
providerTypeToBlobStoreMap = Maps.newHashMap();
|
||||
for (String hint : getBlobstoreContexts(props)) {
|
||||
|
|
Loading…
Reference in New Issue