mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
fix typo in comment
This commit is contained in:
parent
30529c008d
commit
9e41d5a738
@ -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<Object,Object> SYSTEM_PROPERTIES;
|
||||
static {
|
||||
final Dictionary<Object,Object> sysprops = System.getProperties();
|
||||
|
Loading…
x
Reference in New Issue
Block a user