Skip to content

Commit

Permalink
scala doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Nov 5, 2024
1 parent 79e91c2 commit 71c9852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scala/edu/ie3/simona/model/participant/HpModel.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ final case class HpModel(
* @param demandHouse
* @param demandThermalStorage
* @return
* First boolean: true, if house has heat demand Second boolean: true, if
* thermalStorage has heat demand Third boolean: true, if there is no
* thermalStorage or it's empty
* First boolean is true, if house has heat demand. Second boolean is true,
* if thermalStorage has heat demand. Third boolean is true, if there is no
* thermalStorage or it's empty.
*/

def determineDemandBooleans(
Expand Down

0 comments on commit 71c9852

Please sign in to comment.