Skip to content

Commit 6e3b706

Browse files
author
Gabor
committed
java doc
1 parent 7c54d54 commit 6e3b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/vaadin/addon/leaflet4vaadin/layer/map/functions/MapConversionFunctions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ default CompletableFuture<Point> project(LatLng latLng, int zoom) {
4747
/**
4848
* Inverse of project.
4949
*
50-
* @param latLng the coordinate to be unprojected
50+
* @param point the point to be unprojected
5151
* @param zoom the zoom level
5252
* @return the geographical coordinate
5353
*/

0 commit comments

Comments
 (0)