kb migration logging tweak
This commit is contained in:
parent
909f2b8670
commit
c2e17ec638
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class ABoxUpdater {
|
|||
logger.log("Changed " + renameCount + " subject reference" + ((renameCount > 1) ? "s" : "") + " from type" + oldClass.getURI() + " to type " + newClass.getURI());
|
||||
}
|
||||
if (removeCount > 0) {
|
||||
logger.log("Removed " + removeCount + " remaining subject reference" + ((removeCount > 1) ? "s" : "") + " to the " + oldClass.getURI() + " class");
|
||||
logger.log("Removed " + removeCount + " subject reference" + ((removeCount > 1) ? "s" : "") + " to the " + oldClass.getURI() + " class");
|
||||
}
|
||||
|
||||
// Change class references in the objects of rdf:type statements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue