discoveryHosts -> hosts
This commit is contained in:
snoop 2016-11-18 12:18:01 +09:00
parent 9be648ddb0
commit e8310887a0

View File

@ -108,7 +108,7 @@ public class DiscoveryPortController {
} }
hl.add(host); hl.add(host);
} }
z.setDiscoveryHosts(hl); z.setHosts(hl);
repo.save(d); repo.save(d);