updating log message

This commit is contained in:
stellamit 2011-10-26 20:38:29 +00:00
parent d1b745863c
commit f16a44db99

View file

@ -373,7 +373,7 @@ public class ABoxUpdater {
//log summary of changes //log summary of changes
if (count > 0) { if (count > 0) {
logger.log("Removed " + count + " individual " + ((count > 1) ? "s" : "" + " of type " + deletedClass.getURI()) + " (refs = " + refCount + ")"); logger.log("Removed " + count + " individual" + ((count > 1) ? "s" : "" + " of type " + deletedClass.getURI()) + " (refs = " + refCount + ")");
} }
aboxModel.remove(retractions); aboxModel.remove(retractions);