From a13febbf2ccd0c4ac055ae8a19e36ad097d0fbe2 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:09:23 -0300 Subject: [PATCH] docs: correct parameter description --- .../com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java b/src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java index f3bf457..0e53585 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java +++ b/src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java @@ -31,7 +31,7 @@ public interface SourceUrlResolver { /** * Resolves the source URL for a given demo class and annotation. * - * @param demo The {@link TabbedDemo} instance associated with the source. + * @param demo The {@code TabbedDemo} view requesting the URL resolution. * @param annotatedClass The class that is annotated with {@link DemoSource}. * @param annotation The {@link DemoSource} annotation providing source metadata. * @return An {@link Optional} containing the resolved URL if available, otherwise an empty