Skip to content

Commit 80d5e1e

Browse files
Merge pull request #704 from ie3-institute/vb/#693_flexOptionsResult
Changed class name in FlexOptionsResult.toString
2 parents 81eace9 + 91c031d commit 80d5e1e

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
@@ -84,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8484

8585
### Changed
8686
- 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)
8788

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

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)