Fixed documentation

This commit is contained in:
Luca Frosini 2024-06-24 15:50:59 +02:00
parent 32fa99be15
commit bffeefde00
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ Moreover, instances using the old format are properly deserialised.
* Set the event * Set the event
* @param event the event to set * @param event the event to set
*/ */
@JsonSetter(EVENT_PROPERTY)
public void setEvent(Event event); public void setEvent(Event event);
} }