Skip to content

Commit 43dce14

Browse files
author
Dennis Labordus
committed
Changed Namespace URIs, add validation constraint and common exception handling.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 87e814f commit 43dce14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/resources/ValidationMessages.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
javax.validation.constraints.NotNull.message = Value must not be null.
26
javax.validation.constraints.NotBlank.message = Value must not be blank.
37

0 commit comments

Comments
 (0)