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
|
// 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
|
// this must be done this way (e.g. versus an actual typed map), because
|
||||||
// some test methods still change properties, so whitelisted changes must
|
// 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;
|
private static final Dictionary<Object,Object> SYSTEM_PROPERTIES;
|
||||||
static {
|
static {
|
||||||
final Dictionary<Object,Object> sysprops = System.getProperties();
|
final Dictionary<Object,Object> sysprops = System.getProperties();
|
||||||
|
|
Loading…
Reference in New Issue