NIHVIVO-3447 display model migration
This commit is contained in:
parent
fb008e7410
commit
14c43196c3
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
Statement stmt = iter.next();
|
Statement stmt = iter.next();
|
||||||
retractions.add(stmt);
|
retractions.add(stmt);
|
||||||
additions.add(stmt.getSubject(), RDF.type, internalClassesPage);
|
additions.add(stmt.getSubject(), RDF.type, internalDataGetterClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
iter = displayModel.listStatements((Resource) null, RDF.type, classGroupPage);
|
iter = displayModel.listStatements((Resource) null, RDF.type, classGroupPage);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue