Skip to content

Commit 961bcbd

Browse files
javier-godoypaodb
authored andcommitted
feat: make DefaultSourceUrlResolver public
1 parent 2d58ced commit 961bcbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* @author Javier Godoy / Flowing Code
3737
*/
38-
class DefaultSourceUrlResolver implements SourceUrlResolver {
38+
public class DefaultSourceUrlResolver implements SourceUrlResolver {
3939

4040
@Override
4141
public Optional<String> resolveURL(TabbedDemo demo, Class<?> annotatedClass,

0 commit comments

Comments
 (0)