Skip to content

Commit 73b79c8

Browse files
Merge branch 'dev' into sp/#705-double-converters-psu
2 parents dc61154 + 80d5e1e commit 73b79c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8585

8686
### Changed
8787
- Writers used to write time series are closed right away
88+
- Changed class name in FlexOptionsResult.toString [#693](https://github.com/ie3-institute/PowerSystemDataModel/issues/693)
8889

8990
## [2.0.1] - 2021-07-08
9091

src/main/java/edu/ie3/datamodel/models/result/system/FlexOptionsResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public ComparableQuantity<Power> getpMax() {
9494

9595
@Override
9696
public String toString() {
97-
return "EmResult{"
97+
return "FlexOptionsResult{"
9898
+ "uuid="
9999
+ getUuid()
100100
+ ", time="

0 commit comments

Comments
 (0)