GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/293
JENA-1404: Move all code for CSV2RDF to jena-csv
And undepreacte `Lang.CSV` as a constant.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena csv-cleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/293.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 #293
----
commit 8ed2907343132ebbf7921d7aad63551d78d062c8
Author: Andy Seaborne <[email protected]>
Date: 2017-10-24T16:38:47Z
Undeprecate Lang.CSV
commit b2f99c4cf8c6fc05eb611edf7af37e759f55a074
Author: Andy Seaborne <[email protected]>
Date: 2017-10-24T20:21:40Z
Move all CSV2RDF to jena-csv module.
----
---