* Copy over updated keyMap in update().
This commit is contained in:
parent
59d38d2ea8
commit
df7c3e0c86
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ public class ResourceProperties extends Properties {
|
|||
it.remove();
|
||||
}
|
||||
}
|
||||
// copy new up-to-date keyMap to ourself
|
||||
keyMap = temp.keyMap;
|
||||
|
||||
lastChecksum = getChecksum();
|
||||
lastCheck = lastModified = System.currentTimeMillis();
|
||||
|
|
Loading…
Add table
Reference in a new issue