Skip to content
Snippets Groups Projects
Commit a75c60a5 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7837 reorder fields in AggregationMapping

parent 9457b30a
No related branches found
No related tags found
1 merge request!14Ozg 7837 mapping name as collection
......@@ -39,11 +39,11 @@ import lombok.ToString;
@ToString
public class AggregationMapping {
@NotBlank
private String name;
@NotNull
@Valid
private FormIdentifier formIdentifier;
@NotBlank
private String name;
@Singular
@Valid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment