[GitHub] poi pull request #80: Remove the useless object.

2017-10-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/80


---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #80: Remove the useless object.

2017-10-14 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request:

https://github.com/apache/poi/pull/80

Remove the useless object.

The styly is created and modified, but its value never go outside of the 
method or produce any side-effect. It can be removed.
http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_OBJECT

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/BruceKuiLiu/poi master4

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/80.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #80


commit 3f51d03b3000a3527f8a1b413037412806a08f24
Author: Kui LIU 
Date:   2017-10-14T17:19:35Z

Remove the useless object.

The styly is created and modified, but its value never go outside of the 
method or produce any side-effect. It can be removed.
http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_OBJECT




---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org