Github user afs commented on the pull request:
https://github.com/apache/jena/pull/83#issuecomment-118392410
I've removed the comment and left the pulled down redeclarations.
Transactions are central to datasets sop this makes it clearer. And it gets
into the javadoc directly, not in
Github user asfgit closed the pull request at:
https://github.com/apache/jena/pull/83
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled
GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/83
Removing out-of-date comment and empty @Overrides from Dataset
A comment in `Dataset` indicated that it did not implement `Transactional`
when in fact it now does. I removed that comment and the now-unne