Add this.

This commit is contained in:
Calum Grant
2023-02-23 09:51:29 +00:00
parent 58563744d6
commit eb553266ae

View File

@@ -233,7 +233,7 @@ module KindPredicatesLog {
override string toString() {
if exists(this.getPredicateName())
then result = getPredicateName()
then result = this.getPredicateName()
else result = "<Summary event>"
}
}