mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Merge pull request #238 from pcarrier/PsPN
CP: Properties.stringPropertyNames()
This commit is contained in:
commit
4c3e0f3421
@ -58,6 +58,10 @@ public class Properties extends Hashtable {
|
||||
return keys();
|
||||
}
|
||||
|
||||
public Set<String> stringPropertyNames() {
|
||||
return new HashSet(keySet());
|
||||
}
|
||||
|
||||
private abstract static class Parser {
|
||||
private StringBuilder key = null;
|
||||
private StringBuilder value = null;
|
||||
|
Loading…
Reference in New Issue
Block a user