[GitHub] poi pull request #74: Remove the useless condition.

2017-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/74 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #74: Remove the useless condition.

2017-10-12 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/poi/pull/74 Remove the useless condition. The value of the condition "numChars < 0" has been narrowed by a previous IfStatement. It has no effect on the current control flow.