()
| 247 | } |
| 248 | |
| 249 | @Override |
| 250 | public void refresh() { |
| 251 | if (resolveState != null) { |
| 252 | resolveState.refresh(); |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | private static String expandPercentS(String template, String replacement) { |
| 257 | return template.replace("%s", replacement); |
nothing calls this directly
no outgoing calls
no test coverage detected