kb migration logging tweak

This commit is contained in:
sjm222 2011-02-03 01:34:32 +00:00
parent 909f2b8670
commit c2e17ec638

View file

@ -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