Skip to content

Commit 7ae9be3

Browse files
javier-godoypaodb
authored andcommitted
docs: correct parameter description
1 parent 961bcbd commit 7ae9be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface SourceUrlResolver {
3131
/**
3232
* Resolves the source URL for a given demo class and annotation.
3333
*
34-
* @param demo The {@link TabbedDemo} instance associated with the source.
34+
* @param demo The {@code TabbedDemo} view requesting the URL resolution.
3535
* @param annotatedClass The class that is annotated with {@link DemoSource}.
3636
* @param annotation The {@link DemoSource} annotation providing source metadata.
3737
* @return An {@link Optional} containing the resolved URL if available, otherwise an empty

0 commit comments

Comments
 (0)