From 801c270f7a934ade9e683229579685cb96739d28 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:13:43 -0300 Subject: [PATCH 1/2] build: upgrade javadoc plugin to 3.11.1 --- pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c3058db..008f485 100644 --- a/pom.xml +++ b/pom.xml @@ -282,14 +282,14 @@ - + org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.11.1 attach-javadocs - verify + package jar @@ -298,7 +298,10 @@ true none - -Xdoclint:none + false + + https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} + From c423d0f4e704021f2d395f36dd1cb826be8a6e80 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Tue, 5 Nov 2024 17:14:04 -0300 Subject: [PATCH 2/2] docs: update javadocs Close #141 --- .../com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java index a7517da..b7ab950 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java @@ -69,8 +69,7 @@ public enum MapType { } /** - * Initiates a new GoogleMap object with default settings from the {@link GoogleMapState state - * object}. + * Initiates a new GoogleMap object. * * @param apiKey The Maps API key from Google. Not required when developing in localhost or when * using a client id. Use null or empty string to disable. @@ -434,7 +433,7 @@ public int getControlSize() { /** * Sets a KML or GeoRSS feed url to be displayed as a KML Layer in the map. * - * @param url to be displayed. + * @param kml the url to be displayed. */ public void setKml(String kml){ this.getElement().setProperty("kml", kml);