Skip to content

Commit

Permalink
[incubator-kie-issues#507] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BAMOE CI committed Jan 15, 2024
1 parent 5d251dd commit b2307a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ListReplaceFunction

public static final ListReplaceFunction INSTANCE = new ListReplaceFunction();

private static final String CANNOT_BE_NULL = "cannot be null"
private static final String CANNOT_BE_NULL = "cannot be null";

private ListReplaceFunction() {
super("list replace");
Expand Down

0 comments on commit b2307a0

Please sign in to comment.