Removed a duplicate comment

This commit is contained in:
Andrew Phillips 2012-02-05 01:13:44 -05:00
parent 110cd9fc40
commit 2bc8e39e0a

View File

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