Skip to content

Commit ebe204c

Browse files
committed
Remove deprecated code
1 parent c1bfbfa commit ebe204c

File tree

1 file changed

+0
-9
lines changed
  • vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow

1 file changed

+0
-9
lines changed

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/LMap.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ public LMap(final double lat, final double lon, final int zoom)
6464
this.setFixZIndexEnabled(true);
6565
}
6666

67-
/**
68-
* @deprecated Just used for demo purposes
69-
*/
70-
@Deprecated
71-
public LMap()
72-
{
73-
this(50.921273, 10.359164, 6);
74-
}
75-
7667
public void setZoom(final int zoom)
7768
{
7869
this.getElement().callJsFunction(SET_ZOOM_FUNCTION, zoom);

0 commit comments

Comments
 (0)