doc info
This commit is contained in:
parent
1dd17cafea
commit
c0d5bf9303
|
@ -39,7 +39,7 @@ public class CatalogueEvent {
|
||||||
* the URL to redirect when clicking on the notification
|
* the URL to redirect when clicking on the notification
|
||||||
*/
|
*/
|
||||||
@JsonProperty("itemURL")
|
@JsonProperty("itemURL")
|
||||||
@NotNull(message="itemURL cannot be missing")
|
@NotNull(message="itemURL cannot be missing, use catalogue resolver URL")
|
||||||
protected URL itemURL;
|
protected URL itemURL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue