(final String msg)
| 40 | } |
| 41 | |
| 42 | protected void echoIfVerbose(final String msg) { |
| 43 | if (verbose) { |
| 44 | echo(msg); |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | protected void echoIfVerbose(Object response) throws JsonProcessingException { |
| 49 | if (verbose && response != null) { |
no test coverage detected