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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to