Updated common build script.

This commit is contained in:
Jonathan Bernard
2011-01-21 13:42:15 -06:00
parent b19d1cbe80
commit 2d7e8e67ca
4 changed files with 5 additions and 6 deletions

View File

@ -59,6 +59,4 @@ public class SmartConfig {
props."$name" = value.toString()
save()
}
Set<String> keySet() { return this.@props.keySet() }
}