tweaking log message

This commit is contained in:
sjm222 2011-01-18 21:45:17 +00:00
parent ce76206f7c
commit 5f2fd2ee6a

View file

@ -370,7 +370,7 @@ public class ABoxUpdater {
}
if (count > 0) {
logger.log(count + " subject reference" + ((count > 1) ? "s" : "") + " to the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
logger.log(count + " subject reference" + ((count > 1) ? "s" : "") + " to the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
}
} finally {
aboxModel.leaveCriticalSection();
@ -395,7 +395,7 @@ public class ABoxUpdater {
//log summary of changes
if (count > 0) {
logger.log(count + " instance" + ((count > 1) ? "s" : "") + " of the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
logger.log(count + " instance" + ((count > 1) ? "s" : "") + " of the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
}
aboxModel.remove(retractions);
@ -420,7 +420,7 @@ public class ABoxUpdater {
//log summary of changes
if (count > 0) {
logger.log(count + " object reference" + ((count > 1) ? "s" : "") + " of the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
logger.log(count + " object reference" + ((count > 1) ? "s" : "") + " of the " + deletedClass.getURI() + " class " + ((count > 1) ? "were" : "was") + " removed.");
}
aboxModel.remove(retractions);