This commit is contained in:
Daniella 2022-05-17 20:50:02 +02:00
parent 327c07a15b
commit 9fac0ebaa6

View file

@ -1833,7 +1833,6 @@ class ISBPLType {
"id=" + id +
", name='" + name + '\'' +
", superTypes=" + superTypes +
", methods=" + methods +
'}';
}
}