Skip to content

Commit

Permalink
Tillater opp til 140 tegn i description for en ExternalLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Strandenæs committed Aug 9, 2019
1 parent e44a5dc commit a60ceb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ExternalLink(final URI url) {
ZonedDateTime deadline;

@XmlElement
@Size(max = 70)
@Size(max = 140)
@Description("A short, optional text-field, describing the external link.")
String description;

Expand Down

0 comments on commit a60ceb1

Please sign in to comment.