afs opened a new issue, #1447: URL: https://github.com/apache/jena/issues/1447
From answering [JENA-2340](https://issues.apache.org/jira/browse/JENA-2340), there is some improvements that can be made for E_BNode, the implementation of SPARQL `BNODE`. * Split implementation into the zero argument and one argument cases. * Create via a static function, not call the constructor directly. * Reformat code. This could lead to a ARQ feature - execution of `BNODE(string)` which create unique blank nodes per execution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
