NIHVIVO-1905 Fix CollatedObjectPropertyTemplateModel.filterSubclasses() method so a result with no subclass remains in the list
This commit is contained in:
parent
6d4fc4b4a4
commit
5bef7938ed
1 changed files with 1 additions and 5 deletions
|
@ -124,10 +124,6 @@ public class CollatedObjectPropertyTemplateModel extends ObjectPropertyTemplateM
|
|||
continue;
|
||||
}
|
||||
processedObjects.add(objectUri);
|
||||
String subclassUri = outerMap.get(SUBCLASS_VARIABLE_NAME);
|
||||
if (subclassUri == null) {
|
||||
continue;
|
||||
}
|
||||
List<Map<String, String>> dataForThisObject = new ArrayList<Map<String, String>>();
|
||||
for (Map<String, String> innerMap : statementData) {
|
||||
if ( innerMap.get(objectVariableName) == objectUri ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue