Really added keySet().
This commit is contained in:
parent
7b3be90fe1
commit
9457a6b7dd
@ -82,4 +82,6 @@ public class SmartConfig {
|
|||||||
}
|
}
|
||||||
save()
|
save()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Set<String> keySet() { return props.keySet() }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user