Skip to content

Commit 52cbae2

Browse files
committed
Fix broken javadoc
1 parent 9e14f5b commit 52cbae2

File tree

1 file changed

+1
-1
lines changed
  • vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/controls

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public S addTo(final LMap map)
5656
/**
5757
* The possible values of position
5858
*
59-
* @see <a href="https://leafletjs.com/reference.html#control-position>Leaflet docs</a>
59+
* @see <a href="https://leafletjs.com/reference.html#control-position">Leaflet docs</a>
6060
*/
6161
public static final class Positions
6262
{

0 commit comments

Comments
 (0)