afs commented on issue #3510:
URL: https://github.com/apache/jena/issues/3510#issuecomment-3557599699
> ```sparql
> public interface SparqlAdapterProvider {
> SparqlAdapter adapt(DatasetGraph dsg);
> // Perhaps rename to "createAdapter" to avoid confusion with "adapt"
methods in presentation layer classes.
> }
> ```
It does feel like it is not "adapting" but "creating" - so `create` or
`createAdapter` (as it is not a static to import, `createSparqlAdapter` would
be unnecessary replication).
--
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]