You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by kinow <gi...@git.apache.org> on 2018/08/11 12:52:10 UTC

[GitHub] jena pull request #460: JENA-1590: fix if statement in RDFWriter#output

GitHub user kinow opened a pull request:

    https://github.com/apache/jena/pull/460

    JENA-1590: fix if statement in RDFWriter#output

    Eclipse alerted for some Dead code in this class, and after having a look, I thought we actually had to check the `lang` in the second `if`, not `ct`?

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

    $ git pull https://github.com/kinow/jena JENA-1590

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

    https://github.com/apache/jena/pull/460.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 #460
    
----
commit 88edbdbeb305e8f4a9a37f2f2299d1699dde149f
Author: Bruno P. Kinoshita <ki...@...>
Date:   2018-08-11T12:49:59Z

    JENA-1590: fix if statement in RDFWriter#output

----


---

[GitHub] jena issue #460: JENA-1590: fix if statement in RDFWriter#output

Posted by kinow <gi...@git.apache.org>.
Github user kinow commented on the issue:

    https://github.com/apache/jena/pull/460
  
    Merging (amended my e-mail in the commit, replacing the no-reply from GitHub by my apache.org one)


---

[GitHub] jena pull request #460: JENA-1590: fix if statement in RDFWriter#output

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/460


---