epimorphics / lib

General utility library
Apache License 2.0
0 stars 0 forks source link

RDFNodeWrapper.getName should return tokenised local names #1

Closed ijdickinson closed 10 years ago

ijdickinson commented 10 years ago

To match the behaviour of other renderers, and to make life easier for human readers, when RDFNodeWrapper.getName() returns a name which is derived from the resource's localname, it should tokenise camel case boundaries into spaces. So bathingWater should become bathing water.

ijdickinson commented 10 years ago

Fix commited and branch merged