Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Jena 3.4.0
Description
Allow method chaining from the org.apache.jena.query.Dataset interface by returning `this` rather than `void` from the following methods.
- setDefaultModel
- addNamedModel
- removeNamedModel
- replaceNamedModel
Allowing method chaining would align with the behavior of the add and remove methods in org.apache.jena.rdf.model.Model.
Attachments
Issue Links
- links to