Fix a typo in comment

This commit is contained in:
David Pilato 2015-08-14 16:22:46 +02:00
parent 2b6c5762f4
commit 0bb9593596
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ public class PluginManager {
List<URL> urls() {
List<URL> urls = new ArrayList<>();
if (version != null) {
// Elasticsearch new download service uses groupId org.elasticsearch.plugins from 2.0.0
// Elasticsearch new download service uses groupId org.elasticsearch.plugin from 2.0.0
if (user == null) {
// TODO Update to https
if (!Strings.isNullOrEmpty(System.getProperty(PROPERTY_SUPPORT_STAGING_URLS))) {