Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanHuntNV committed Oct 31, 2012
1 parent 6b5638a commit 49b6f11
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -41,7 +41,6 @@ private void configureMongoProvider() throws IOException
{
Configuration config = configurationAdmin.getConfiguration("org.eclipselabs.mongo.provider", null);

@SuppressWarnings("unchecked")
Dictionary<String, Object> properties = config.getProperties();

if (properties == null)
Expand All @@ -55,7 +54,6 @@ private void configureMongoId() throws IOException
{
Configuration config = configurationAdmin.getConfiguration("org.eclipselabs.mongo.id", null);

@SuppressWarnings("unchecked")
Dictionary<String, Object> properties = config.getProperties();

if (properties == null)
Expand Down

0 comments on commit 49b6f11

Please sign in to comment.