NIHVIVO-1291 fix to general Jena implementation isMemberOfClassProhibitedFromSearch
This commit is contained in:
parent
1415323fde
commit
b4891d2139
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ public class IndividualJena extends IndividualImpl implements Individual {
|
|||
if (stmt.getObject().isURIResource()) {
|
||||
String typeURI = ((Resource)stmt.getObject()).getURI();
|
||||
if (pfs.isClassProhibited(typeURI)) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue