mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
implement ResourceBundle.getKeys
This commit is contained in:
@ -118,4 +118,6 @@ public abstract class ResourceBundle {
|
||||
}
|
||||
|
||||
protected abstract Object handleGetObject(String key);
|
||||
|
||||
public abstract Enumeration<String> getKeys();
|
||||
}
|
||||
|
Reference in New Issue
Block a user