Skip to content

Commit

Permalink
Cleanup config module.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed May 2, 2017
1 parent b4fef65 commit 8821dc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/sinistral/proteus/modules/ConfigModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ public class ConfigModule extends AbstractModule
{
private static Logger log = LoggerFactory.getLogger(ConfigModule.class.getCanonicalName());

/**
* @param configFileName
*/

protected String configFile = null;
protected URL configURL = null;
protected Config config = null;
Expand Down

0 comments on commit 8821dc8

Please sign in to comment.