Skip to content

Commit

Permalink
Change workspace description validation rule
Browse files Browse the repository at this point in the history
Fixes #213
  • Loading branch information
biscof committed Oct 13, 2023
1 parent 30fd9e7 commit 659f100
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@NotBlank
@Size(min = 2, max = 1000)
@Size(max = 1000)
@Constraint(validatedBy = {})
@Target({ElementType.FIELD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
Expand Down

0 comments on commit 659f100

Please sign in to comment.