File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242import elemental .json .JsonArray ;
4343import elemental .json .JsonObject ;
4444import elemental .json .JsonValue ;
45- import java .util .HashSet ;
45+ import java .util .ArrayList ;
46+ import java .util .ArrayList ;
4647import java .util .List ;
47- import java .util .Set ;
4848import java .util .concurrent .CompletableFuture ;
4949import org .apache .commons .lang3 .StringUtils ;
5050
@@ -58,7 +58,7 @@ public class GoogleMap extends Component implements HasSize {
5858
5959 private Integer trackLocationId = null ;
6060
61- private Set <CustomControl > customControls = new HashSet <CustomControl >();
61+ private List <CustomControl > customControls = new ArrayList <CustomControl >();
6262
6363 /** Base map types supported by Google Maps. */
6464 public enum MapType {
You can’t perform that action at this time.
0 commit comments