(String sectionName)
| 227 | } |
| 228 | |
| 229 | public Section getSection(String sectionName) { |
| 230 | return this.getConfig().getSection(sectionName); |
| 231 | } |
| 232 | |
| 233 | @Override |
| 234 | public String getValue(String sectionName, String key) { |
nothing calls this directly
no test coverage detected