Skip to content

Commit

Permalink
Fixed minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
whichonespink44 committed Oct 10, 2015
1 parent 0b339c1 commit 540518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rtg/config/RTGConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void init(String configpath)
ConfigBOP.init(bopConfigFile);
ConfigEBXL.init(ebxlConfigFile);
ConfigEB.init(ebConfigFile);
ConfigEB.init(hlConfigFile);
ConfigHL.init(hlConfigFile);
ConfigTC.init(tcConfigFile);
}
}

0 comments on commit 540518a

Please sign in to comment.