Github user kinow commented on the issue:
https://github.com/apache/jena/pull/114
Branch created:
[JENA-632-before-merge](https://github.com/kinow/jena/tree/JENA-632-before-merge).
Won't delete it this year, in case we need to revisit.
Followed that by:
```
$ git rebase -i HEAD~18
$ # fixed-up all but the first commit
$ git diff JENA-632-before-merge
$ # empty response, code is identical even though different commit tree
$ git checkout master
$ git merge JENA-632-2
$ git commit --amend
$ # added This closes #114 message to close this pull request
$ mvn clean test install -Pdev
$ git push git-at-apache master
```
---