We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a8928 commit 3be0165Copy full SHA for 3be0165
vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LIcon.java
@@ -28,7 +28,7 @@ public class LIcon
28
{
29
private String iconUrl;
30
31
- @JsonInclude(Include.NON_NULL)
+ @JsonInclude(Include.NON_EMPTY)
32
private final List<Integer> iconSize = new ArrayList<>();
33
private final List<Integer> iconAnchor = new ArrayList<>();
34
private final List<Integer> popupAnchor = new ArrayList<>();
0 commit comments