This commit is contained in:
Massimiliano Assante 2022-05-09 10:49:21 +02:00
parent 1dd17cafea
commit c0d5bf9303
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class CatalogueEvent {
* the URL to redirect when clicking on the notification
*/
@JsonProperty("itemURL")
@NotNull(message="itemURL cannot be missing")
@NotNull(message="itemURL cannot be missing, use catalogue resolver URL")
protected URL itemURL;
/**