GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/334
JENA-1454: Introduce builder pattern for result set reading and writing.
Rework the machinery for ResultSet reading and writing to use a builder
pattern (in ResultsReader and ResultsWriter). This is styled after
RDFParse/RDFParserBuilder and RDFWriter/RDFWriterBuilder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena resultset-bnode
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/334.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 #334
----
commit 716b86cfa300e8829dbc9238b7c67b711cdef1e2
Author: Andy Seaborne <andy@...>
Date: 2017-12-18T14:49:40Z
JENA-1454: Introduce builder pattern for result set reading and writing.
----
---