Commit cab542a
authored
Update index.md
Added information that sending of null property or trait is not possible.
In the following section:
> **Good to know**: For any of the different methods described on this page, you can replace the properties and traits in the code samples with variables that represent the data collected.
Added:
"Note that sending of null property or trait will not be possible as Guava’s immutable maps will reject the null value and GSON library use to serilaize the Java object will ignore the null value. As a workaround, send an empty string instead of a null value in the property or trait."1 parent f17735c commit cab542a
File tree
1 file changed
+1
-1
lines changed- src/connections/sources/catalog/libraries/server/java
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments