Skip to content

Commit 806815f

Browse files
committed
update package scan path
1 parent 6b60808 commit 806815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/asfjava/ui/core/SchemaDecoratorLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
final class SchemaDecoratorLoader {
1313

14-
private static final String PACKAGESCAN = "io.asfjava.ui.schema.decorator";
14+
private static final String PACKAGESCAN = "io.asfjava.ui.core.schema.decorators";
1515
private static Reflections reflections = new Reflections(PACKAGESCAN);
1616

1717
void load() {

0 commit comments

Comments
 (0)