You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/resources/ValidationMessages.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
javax.validation.constraints.NotNull.message = Value must not be null.
6
6
javax.validation.constraints.NotBlank.message = Value must not be blank.
7
7
8
+
org.lfenergy.compas.FilenameValid.message = Name is not a correct name to be used later as filename.
8
9
org.lfenergy.compas.changeset.notnull.message = ChangeSet is null or has an invalid value.
9
10
org.lfenergy.compas.XmlAnyElementValid.unexpected.message = The XML Any Element contains unexpected elements. Element Name should be '{elementName}' with namespace '{elementNamespace}'.
10
11
org.lfenergy.compas.XmlAnyElementValid.moreElements.message = There are more or less Elements found then expected (between {min} and {max}) in the XML Any Element.
0 commit comments