Skip to content

Commit 317376a

Browse files
Update SystemParticipantValidationUtils.java
1 parent ce011c3 commit 317376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ private static void checkAzimuth(PvInput pvInput) throws InvalidEntityException
441441
throw new InvalidEntityException(
442442
"Azimuth angle of "
443443
+ pvInput.getClass().getSimpleName()
444-
+ " must be between 0° (south), 90° (west), -90° (east), +/- 180° (north)",
444+
+ " must be between 0° (south), 90° (west), -90° (east), +/- 180° (north)",
445445
pvInput);
446446
}
447447

0 commit comments

Comments
 (0)