removed wrong annotation

This commit is contained in:
Luca Frosini 2024-06-24 15:50:13 +02:00
parent 81aae0628d
commit 614c814088
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ public interface EventFacet extends Facet {
* Set the event
* @param event the event to set
*/
@JsonSetter(EVENT_PROPERTY)
public void setEvent(Event event);
}