Skip to content

Commit 30c0afd

Browse files
committed
toString
1 parent f34f63b commit 30c0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/models/input/EmInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public String toString() {
9595
+ getOperationTime()
9696
+ ", controlStrategy="
9797
+ getControlStrategy()
98-
+ ", parentEm="
98+
+ ", controllingEm="
9999
+ getControllingEm().map(UniqueEntity::getUuid).map(UUID::toString).orElse("")
100100
+ "}";
101101
}

0 commit comments

Comments
 (0)