kb migration logging tweak
This commit is contained in:
parent
41e441b9da
commit
eb4d4a9f40
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ public class ABoxUpdater {
|
|||
((additions.size() > 1) ? "s" : "") +
|
||||
" with predicate " + addedProperty.getURI() +
|
||||
" (as an inverse to existing " + inverseOfAddedProperty.getURI() +
|
||||
" statements)");
|
||||
" statement" + ((additions.size() > 1) ? "s" : "") + ")");
|
||||
}
|
||||
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue