Skip to content

Commit 7af0066

Browse files
committed
fix package scan for reflections api
1 parent d6916c6 commit 7af0066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import io.asfjava.ui.core.generators.FormDefinitionGenerator;
88

99
final class GeneratorFactoryLoader {
10-
private static final String PACKAGESCAN = "io.asfjava.ui.schema.generators";
10+
private static final String PACKAGESCAN = "io.asfjava.ui.core.generators";
1111
private static Reflections reflections = new Reflections(PACKAGESCAN);
1212

1313
void load() {

0 commit comments

Comments
 (0)