GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/372
Reformatting + two RiotChars functions.
Minor : reformatting around blank node allocation and two library
functions, triggered by checking blank nodes formats.
* `RiotChars.isHexCharLC`
* `RiotChars.isHexCharUC`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena blanknodes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/372.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 #372
----
commit 7163eb824724a568df96f508ed31abd38b6f9b80
Author: Andy Seaborne <andy@...>
Date: 2017-12-25T13:08:47Z
Check comments and tidy up.
commit dc8fb522d6b9cacea7440c6aa36f1d9fe02d5a89
Author: Andy Seaborne <andy@...>
Date: 2017-12-28T21:08:46Z
More tests for hexadecimal digits.
----
---