You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/09/25 17:20:29 UTC

[3/6] [lang] LANG-1023 WordUtils.wrap: Customizable breakable characters (not just space/whitespace)

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

updated JavaDoc


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8c99b829
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8c99b829
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8c99b829

Branch: refs/heads/master
Commit: 8c99b8299df8f5af5136e4ad53ea5111f953db92
Parents: 78c373d
Author: marko-bekhta <ma...@prykladna.lviv.ua>
Authored: Tue Sep 20 19:47:20 2016 +0200
Committer: marko-bekhta <ma...@prykladna.lviv.ua>
Committed: Tue Sep 20 19:47:20 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/text/WordUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8c99b829/src/main/java/org/apache/commons/lang3/text/WordUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/text/WordUtils.java b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
index a85f28f..7221ab0 100644
--- a/src/main/java/org/apache/commons/lang3/text/WordUtils.java
+++ b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
@@ -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