GitHub user mbreslow opened a pull request:

    https://github.com/apache/tika/pull/73

    Code Quality Fix for Findbugs Rule Impossible Cast

    The testGetJSON() method had a strange cast to (Object) that I removed to 
improve readability and maintainability. This was identified by findbugs rule 
BC_IMPOSSIBLE_CAST.

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

    $ git pull https://github.com/DevFactory/tika fix-wonky-cast-in-test-class

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

    https://github.com/apache/tika/pull/73.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 #73
    
----
commit c42b5ad80e73c93bf3f4be1a7f428db45ebc2683
Author: Marc Breslow <[email protected]>
Date:   2016-01-23T17:36:30Z

    The testGetJSON() method had a strange cast to (Object) that I removed to 
improve readability and maintainability. This was identified by findbugs rule 
BC_IMPOSSIBLE_CAST.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to