Really added keySet().

This commit is contained in:
Jonathan Bernard 2011-01-21 16:13:26 -06:00
parent 7b3be90fe1
commit 9457a6b7dd

View File

@ -82,4 +82,6 @@ public class SmartConfig {
} }
save() save()
} }
public Set<String> keySet() { return props.keySet() }
} }