updated doc

This commit is contained in:
Luca Frosini 2024-06-24 16:04:11 +02:00
parent 9e816ea92c
commit d63e8d0c19
1 changed files with 3 additions and 2 deletions

View File

@ -612,9 +612,10 @@ The future release of ``EventFacet`` will
* deprecate ``public Event getTheEvent();``
* add ``public Event getEvent();``
To summarize:
**To summarize**:
This solution is capable of reading old format existing instances,
but it always updates the instances to the new format which cannot be used by an old client.
but it always updates the instances to the new format, which cannot be used by an old client.
Java and Javascript Backwards Compatibility