LANG-1023

WordUtils.wrap: Customizable breakable characters (not just space/whitespace)

updated JavaDoc
This commit is contained in:
marko-bekhta 2016-09-20 19:47:20 +02:00
parent 78c373d7bc
commit 8c99b8299d
1 changed files with 1 additions and 1 deletions

View File

@ -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