Fixed tabs.

This commit is contained in:
FrozenCow 2011-05-07 22:11:41 +02:00
parent ff026e91b6
commit be60623719
3 changed files with 71 additions and 72 deletions

View File

@ -43,8 +43,7 @@ class JsonTimerTask extends TimerTask {
//this.regions = configuration.getNode("web").getNode("components").getNode("regions"); //this.regions = configuration.getNode("web").getNode("components").getNode("regions");
System.out.println(); System.out.println();
for(ConfigurationNode type : configuration.getNodeList("web.components", null)) for(ConfigurationNode type : configuration.getNodeList("web.components", null))
if(type.getString("type").equalsIgnoreCase("regions")) if(type.getString("type").equalsIgnoreCase("regions")) {
{
this.regions = type; this.regions = type;
break; break;
} }