From 304cbbbf31db881a30ba5544d491baa5635034f1 Mon Sep 17 00:00:00 2001 From: thefourtheye Date: Fri, 11 Mar 2016 00:31:38 +0530 Subject: [PATCH] fix redundant stack in comments --- .../elasticsearch/plugin/discovery/gce/GceDiscoveryPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/discovery-gce/src/main/java/org/elasticsearch/plugin/discovery/gce/GceDiscoveryPlugin.java b/plugins/discovery-gce/src/main/java/org/elasticsearch/plugin/discovery/gce/GceDiscoveryPlugin.java index d355276ceae..2b92c4fd8c1 100644 --- a/plugins/discovery-gce/src/main/java/org/elasticsearch/plugin/discovery/gce/GceDiscoveryPlugin.java +++ b/plugins/discovery-gce/src/main/java/org/elasticsearch/plugin/discovery/gce/GceDiscoveryPlugin.java @@ -47,7 +47,7 @@ public class GceDiscoveryPlugin extends Plugin { static { /* * GCE's http client changes access levels because its silly and we - * can't allow that on any old stack stack so we pull it here, up front, + * can't allow that on any old stack so we pull it here, up front, * so we can cleanly check the permissions for it. Without this changing * the permission can fail if any part of core is on the stack because * our plugin permissions don't allow core to "reach through" plugins to