Upgrade Jena version to 3.16.0 (#196)

Related to: https://jira.lyrasis.org/browse/VIVO-1943

Co-authored-by: Andrew Woods <awoods@duraspace.org>
This commit is contained in:
Andrew Woods 2020-12-03 06:56:29 -07:00 committed by GitHub
parent 119413413a
commit 936305be2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 4 deletions

View file

@ -44,6 +44,11 @@ public class LiteralStub implements Literal {
return false;
}
@Override
public boolean isStmtResource() {
return false;
}
@Override
public boolean isURIResource() {
return false;