Skip to content

Commit

Permalink
set deprecated correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepetersmeier committed Nov 22, 2024
1 parent cd258ef commit d1d2a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ trait MutableStorage {
* @return
* lack
*/
@deprecated("Use thermal storage state instead")
def tryToTakeAndReturnLack(
takenEnergy: Energy
): Option[Energy]
Expand Down

0 comments on commit d1d2a63

Please sign in to comment.