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.
2 parents 81eace9 + 91c031d commit 80d5e1eCopy full SHA for 80d5e1e
CHANGELOG.md
@@ -84,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
85
### Changed
86
- Writers used to write time series are closed right away
87
+- Changed class name in FlexOptionsResult.toString [#693](https://github.com/ie3-institute/PowerSystemDataModel/issues/693)
88
89
## [2.0.1] - 2021-07-08
90
src/main/java/edu/ie3/datamodel/models/result/system/FlexOptionsResult.java
@@ -94,7 +94,7 @@ public ComparableQuantity<Power> getpMax() {
94
95
@Override
96
public String toString() {
97
- return "EmResult{"
+ return "FlexOptionsResult{"
98
+ "uuid="
99
+ getUuid()
100
+ ", time="
0 commit comments