Skip to content

Commit

Permalink
fix modification reports log
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Feb 11, 2025
1 parent 3198386 commit 92395d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public static void positionOrderTooLowReport(ReportNode reportNode, int minValue

public static void positionOrderTooHighReport(ReportNode reportNode, int maxValue, int positionOrder) {
reportNode.newReportNode()
.withMessageTemplate("positionOrderTooHigh", "PositionOrder ${positionOrder} too high (>${minValue}). No position extension created.")
.withMessageTemplate("positionOrderTooHigh", "PositionOrder ${positionOrder} too high (>${maxValue}). No position extension created.")
.withUntypedValue(POSITION_ORDER, positionOrder)
.withUntypedValue("maxValue", maxValue)
.withSeverity(TypedValue.WARN_SEVERITY)
Expand Down

0 comments on commit 92395d4

Please sign in to comment.