Skip to content

Commit 8c36978

Browse files
make CylindricalStorageInputCopyBuilder protected
1 parent 6eaaf33 commit 8c36978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -169,7 +169,7 @@ public static class CylindricalStorageInputCopyBuilder
169169
private ComparableQuantity<SpecificHeatCapacity> c;
170170
private ComparableQuantity<Power> pThermalMax;
171171

172-
CylindricalStorageInputCopyBuilder(CylindricalStorageInput entity) {
172+
protected CylindricalStorageInputCopyBuilder(CylindricalStorageInput entity) {
173173
super(entity);
174174
this.storageVolumeLvl = entity.getStorageVolumeLvl();
175175
this.inletTemp = entity.getInletTemp();

0 commit comments

Comments
 (0)