fix typo in comment

This commit is contained in:
Robert Muir 2015-11-21 23:13:05 -05:00
parent 30529c008d
commit 9e41d5a738
1 changed files with 1 additions and 1 deletions

View File

@ -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();