GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/361
Small improvements
1. Yet another check for JENA-1482
2. Put some cut-and-paste internal code as compiled java so it stay up to
date.
The (2) code is because Jena does not do multiple inheritance.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena small-things
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/361.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 #361
----
commit 30d2d87507ebad6d968731ca7f67aa4c8138edf3
Author: Andy Seaborne <andy@...>
Date: 2018-02-15T13:42:08Z
JENA-1482: Check when mapping NodeId to Node
commit 634cced9f83fefa826c2f7bf893b0e05214d5962
Author: Andy Seaborne <andy@...>
Date: 2018-02-15T13:42:52Z
Put usage examples into the code so they stay up-to-date.
----
---