From 9e41d5a738dee37b4c6f62e11d67874eff231c3a Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 21 Nov 2015 23:13:05 -0500 Subject: [PATCH] fix typo in comment --- .../main/java/org/elasticsearch/bootstrap/BootstrapInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/elasticsearch/bootstrap/BootstrapInfo.java b/core/src/main/java/org/elasticsearch/bootstrap/BootstrapInfo.java index bb83dfaaf67..bd693951eb2 100644 --- a/core/src/main/java/org/elasticsearch/bootstrap/BootstrapInfo.java +++ b/core/src/main/java/org/elasticsearch/bootstrap/BootstrapInfo.java @@ -67,7 +67,7 @@ public final class BootstrapInfo { // create a view of sysprops map that does not allow modifications // this must be done this way (e.g. versus an actual typed map), because // some test methods still change properties, so whitelisted changes must - // be reflected in this this view. + // be reflected in this view. private static final Dictionary SYSTEM_PROPERTIES; static { final Dictionary sysprops = System.getProperties();