(String key, Object... args)
| 19 | } |
| 20 | |
| 21 | public String format(String key, Object... args) { |
| 22 | return formatter.format(get(key), args); |
| 23 | } |
| 24 | |
| 25 | public String formatVaule(String vaule, Object... args) { |
| 26 | return formatter.format(vaule, args); |
no test coverage detected