Skip to content

Commit 349087c

Browse files
committed
removing unnecessary field
1 parent b88e745 commit 349087c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/io/github/makbn/jlmap/layer/leaflet/LeafletControlLayerInt.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@
1212
* @author Mehdi Akbarian Rastaghi (@makbn)
1313
*/
1414
public interface LeafletControlLayerInt {
15-
public static final double ZOOM_DELTA = 1;
1615

1716
/**
18-
* Increases the zoom of the map by delta ({@link #ZOOM_DELTA} by default).
17+
* Increases the zoom of the map by delta
1918
*
2019
* @see <a href="https://leafletjs.com/reference.html#map-zoomin">leafletjs.com/reference.html#map-zoomin</a>
2120
*/
2221
void zoomIn(int delta);
2322

2423
/**
25-
* Decreases the zoom of the map by delta ({@link #ZOOM_DELTA} by default).
24+
* Decreases the zoom of the map by delta
2625
*
2726
* @see <a href="https://leafletjs.com/reference.html#map-zoomout">
2827
* leafletjs.com/reference.html#map-zoomout</a>

0 commit comments

Comments
 (0)