(String s, String prefix, int len)
| 140 | } |
| 141 | |
| 142 | public static String wrapWordsPrefixed(String s, String prefix, int len) { |
| 143 | return wrapPrefixed(s, prefix, len, null, true); |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * Wrap words |
nothing calls this directly
no test coverage detected