Skip to content

Commit f53fd92

Browse files
committed
fix: remove unnecessary @NotNull annotation from path variable
1 parent b32faa0 commit f53fd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{! PathParam is always required }}@NotNull {{>beanValidationCore}}
1+
{{! PathParam is always required, no @NotNull necessary }}{{>beanValidationCore}}

0 commit comments

Comments
 (0)