(String message, Object text)
| 108 | }; |
| 109 | |
| 110 | static public void println(String message, Object text) { |
| 111 | printlnDecorated("", message, text, ""); |
| 112 | } |
| 113 | |
| 114 | static protected void printlnDecorated(String prefix, String message, Object text, String suffix) { |
| 115 | String tt = toString(text); |
no test coverage detected