(String key, String value)
| 51 | } |
| 52 | |
| 53 | public void setProperty(String key, String value) { |
| 54 | config.setProperty(key, value); |
| 55 | } |
| 56 | |
| 57 | public String getProperty(String property, String def) { |
| 58 | return config.getProperty(property, def); |
no outgoing calls
no test coverage detected