We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961bcbd commit 7ae9be3Copy full SHA for 7ae9be3
1 file changed
src/main/java/com/flowingcode/vaadin/addons/demo/SourceUrlResolver.java
@@ -31,7 +31,7 @@ public interface SourceUrlResolver {
31
/**
32
* Resolves the source URL for a given demo class and annotation.
33
*
34
- * @param demo The {@link TabbedDemo} instance associated with the source.
+ * @param demo The {@code TabbedDemo} view requesting the URL resolution.
35
* @param annotatedClass The class that is annotated with {@link DemoSource}.
36
* @param annotation The {@link DemoSource} annotation providing source metadata.
37
* @return An {@link Optional} containing the resolved URL if available, otherwise an empty
0 commit comments