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 <kinow@...>
Date: 2018-08-11T12:49:59Z
JENA-1590: fix if statement in RDFWriter#output
----
---