updating log message
This commit is contained in:
parent
d1b745863c
commit
f16a44db99
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ public class ABoxUpdater {
|
|||
|
||||
//log summary of changes
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue