[GitHub] commons-text pull request #57: TEXT-98: Remove isDelimiter and use HashSets ...

2017-07-23 Thread arunvinudss
GitHub user arunvinudss opened a pull request: https://github.com/apache/commons-text/pull/57 TEXT-98: Remove isDelimiter and use HashSets for delimiter checks You can merge this pull request into a Git repository by running: $ git pull https://github.com/arunvinudss/commons-t

Re: [vfs] Lcurly=no (was: svn commit: r1802440 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/jar/test/JarAttributesTestCase.java

2017-07-23 Thread Gary Gregory
To be clear, I'd like to use this style (actual example): private int compareStringOrNull(final String thisString, final String otherString) { if (thisString == null) { if (otherString != null) { return -1; } } else { if (othe