We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Migrated from https://openrdf.atlassian.net/browse/SES-2194 )
Since RepositoryConnection now extends AutoCloseable, it is a valid candidate for use in try-with-resources.
We should simplify our internal code based on this to reduce the number of finally blocks that we need to maintain.
The text was updated successfully, but these errors were encountered:
Merge pull request #70 from Fedict/issues/#81-jaxp-entities
188e625
Update property name
No branches or pull requests
(Migrated from https://openrdf.atlassian.net/browse/SES-2194 )
Since RepositoryConnection now extends AutoCloseable, it is a valid candidate for use in try-with-resources.
We should simplify our internal code based on this to reduce the number of finally blocks that we need to maintain.
The text was updated successfully, but these errors were encountered: