We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34f63b commit 30c0afdCopy full SHA for 30c0afd
src/main/java/edu/ie3/datamodel/models/input/EmInput.java
@@ -95,7 +95,7 @@ public String toString() {
95
+ getOperationTime()
96
+ ", controlStrategy="
97
+ getControlStrategy()
98
- + ", parentEm="
+ + ", controllingEm="
99
+ getControllingEm().map(UniqueEntity::getUuid).map(UUID::toString).orElse("")
100
+ "}";
101
}
0 commit comments