Skip to content
Snippets Groups Projects
Commit c5cdd4f0 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: fix typo (planning#2287)

parent b99222b3
No related branches found
No related tags found
1 merge request!443planning#2287: Java SDK Release 2.2.0
......@@ -15,7 +15,7 @@ und hält sich an [Semantic Versioning](https://semver.org/).
- Alle Validierungen werden wie bisher durchgeführt
- Beim Senden können die Daten zusätzlich als Byte-Array gesetzt werden:
- ``setJsonData(bytes, dataSchemaUri)``
- ``setxmlData(bytes, dataSchemaUri)``
- ``setXmlData(bytes, dataSchemaUri)``
- Beim Empfang gibt es zusätzlich die Möglichkeit auf die Fachdaten als Byte-Array zuzugreifen über ``receivedSubmission.getDataAsBytes()``
#### Automatische Retry-Logik ([Story](https://git.fitko.de/fit-connect/planning/-/issues/2228))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment