Remove outdated comment

This commit is contained in:
Ryan Ernst 2015-08-20 22:30:26 -07:00
parent d0f5ce58d8
commit 0c09bf2b18
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,5 @@ public class GceDiscovery extends ZenDiscovery {
ElectMasterService electMasterService) { ElectMasterService electMasterService) {
super(settings, clusterName, threadPool, transportService, clusterService, nodeSettingsService, super(settings, clusterName, threadPool, transportService, clusterService, nodeSettingsService,
pingService, electMasterService, discoverySettings); pingService, electMasterService, discoverySettings);
// See related issue in AWS plugin https://github.com/elastic/elasticsearch-cloud-aws/issues/179
} }
} }