[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/63 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140548121 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,10 +614,7 @@ public static String swapCase(final String str) {

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140545049 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,10 +614,7 @@ public static String swapCase(final String str) { f

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140528491 --- Diff: src/main/java/org/apache/commons/text/FormattableUtils.java --- @@ -46,6 +46,7 @@ * This constructor is public to permit tools th

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140526804 --- Diff: src/main/java/org/apache/commons/text/FormattableUtils.java --- @@ -46,6 +46,7 @@ * This constructor is public to permit too

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140526276 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,13 +615,11 @@ public static String swapCase(final String str) {

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140525860 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,13 +615,11 @@ public static String swapCase(final String str) {

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-22 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140524746 --- Diff: src/main/java/org/apache/commons/text/FormattableUtils.java --- @@ -46,6 +46,7 @@ * This constructor is public to permit tools th

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-21 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140401548 --- Diff: src/main/java/org/apache/commons/text/FormattableUtils.java --- @@ -46,6 +46,7 @@ * This constructor is public to permit tools that req

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-21 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140401739 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,13 +615,11 @@ public static String swapCase(final String str) { for

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-21 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-text/pull/63#discussion_r140401636 --- Diff: src/main/java/org/apache/commons/text/WordUtils.java --- @@ -614,13 +615,11 @@ public static String swapCase(final String str) { for

[GitHub] commons-text pull request #63: small-code-quality-improvements

2017-09-20 Thread TheRealHaui
GitHub user TheRealHaui opened a pull request: https://github.com/apache/commons-text/pull/63 small-code-quality-improvements Made small code quality improvements. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TheRealHaui/common