LANG-1023
WordUtils.wrap: Customizable breakable characters (not just space/whitespace) updated JavaDoc
This commit is contained in:
parent
78c373d7bc
commit
8c99b8299d
|
@ -253,7 +253,7 @@ public class WordUtils {
|
|||
* <td>"\n"</td>
|
||||
* <td>true</td>
|
||||
* <td>"/"</td>
|
||||
* <td>"flammable/inflammable"</td>
|
||||
* <td>"flammable\ninflammable"</td>
|
||||
* </tr>
|
||||
* </table>
|
||||
* @param str the String to be word wrapped, may be null
|
||||
|
|
Loading…
Reference in New Issue