* Add comment to Properties keyMap field
This commit is contained in:
parent
d47a2de6ff
commit
9491159dbb
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ public class ResourceProperties extends Properties {
|
|||
// Sorted map of resources
|
||||
private Set resources;
|
||||
|
||||
// lower case key to original key mapping for case insensitive lookups
|
||||
private Properties keyMap = new Properties();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue