Skip to content

Commit aedec5d

Browse files
javaDoc
1 parent 9f23077 commit aedec5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/edu/ie3/datamodel/models/input/thermal/CylindricalStorageInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/** Thermal storage with cylindrical shape */
1818
public class CylindricalStorageInput extends AbstractStorageInput {
1919
/**
20-
* @param uuid Unique identifier of a cylindrical storage
20+
* @param uuid Unique identifier of a certain cylindrical storage
2121
* @param id Identifier of the thermal unit
2222
* @param operator operator of the asset
2323
* @param operationTime operation time of the asset

src/main/java/edu/ie3/datamodel/models/input/thermal/DomesticHotWaterStorageInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class DomesticHotWaterStorageInput extends AbstractStorageInput {
1919
/**
2020
* Constructor for DomesticHotWaterStorageInput
2121
*
22-
* @param uuid Unique identifier of domestic hot water storage
22+
* @param uuid Unique identifier of a certain domestic hot water storage
2323
* @param id Identifier of the thermal unit
2424
* @param operator operator of the asset
2525
* @param operationTime operation time of the asset

0 commit comments

Comments
 (0)