Made the section servers list modifiable

This commit is contained in:
Jaime Martinez Rincon 2017-02-19 02:32:30 +01:00
parent afe9e230f9
commit 494e6b61d8

View File

@ -215,7 +215,7 @@ public class ServerSection {
}
public List<ServerInfo> getServers() {
return Collections.unmodifiableList(servers);
return servers;
}
public ProviderType getProvider() {