Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Kokeny committed Jul 16, 2020
1 parent adccfc2 commit 3fcc17a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* <pre>
* CanvasIconLayer canvasIconLayer = new CanvasIconLayer();
* canvasIconLayer.onAdd((event) -> {
* canvasIconLayer.onAdd((event) -&gt; {
* canvasIconLayer.addMarkers(randomMarkers());
* });
* canvasIconLayer.addTo(leafletMap);
Expand Down

0 comments on commit 3fcc17a

Please sign in to comment.