File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/edu/ie3/datamodel/io/factory/input Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ protected SwitchInput buildModel(
3939 String parallelDevices = data .getField (PARALLEL_DEVICES );
4040
4141 log .warn (
42- "The ` SwitchInput` with the id `{}` specifies the unused parameter `parallelDevices` with a value of `{}`."
43- + " SwitchInputs do not need to specify `parallelDevices`, as its value depends on the electrotechnical "
44- + " context where the switch is embedded." ,
42+ "The SwitchInput with id `{}` specifies the unused parameter `parallelDevices` with a value of `{}`."
43+ + " SwitchInputs do not need to specify `parallelDevices`, as its physical value depends on"
44+ + " the electrotechnical context of where the switch is embedded." ,
4545 id ,
4646 parallelDevices );
4747 }
You can’t perform that action at this time.
0 commit comments