Fixed tabs.
This commit is contained in:
parent
da49e7935f
commit
0cb23ac84a
3 changed files with 71 additions and 72 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue