Skip to content

Commit

Permalink
docs: fix javadoc warnings
Browse files Browse the repository at this point in the history
Close #141
  • Loading branch information
javier-godoy committed Nov 6, 2024
1 parent ae4993e commit 1299ab6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public double getLongitude() {
* Adds a DragEndEvent listener. The listener is called when a marker' drag ends.
*
* @param listener
* @return
* @return a handle that can be used for removing the listener
*/
public Registration addDragEndEventListener(ComponentEventListener<DragEndEvent> listener) {
this.getElement().setProperty("dragEvents", true);
Expand Down Expand Up @@ -306,7 +306,7 @@ public double getLongitude() {
* Adds a click event listener to a marker.
*
* @param listener
* @return
* @return a handle that can be used for removing the listener
*/
public Registration addClickListener(ComponentEventListener<GoogleMapMarkerClickEvent> listener) {
this.getElement().setProperty("clickable", true);
Expand Down

0 comments on commit 1299ab6

Please sign in to comment.