We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6916c6 commit 7af0066Copy full SHA for 7af0066
src/main/java/io/asfjava/ui/core/GeneratorFactoryLoader.java
@@ -7,7 +7,7 @@
7
import io.asfjava.ui.core.generators.FormDefinitionGenerator;
8
9
final class GeneratorFactoryLoader {
10
- private static final String PACKAGESCAN = "io.asfjava.ui.schema.generators";
+ private static final String PACKAGESCAN = "io.asfjava.ui.core.generators";
11
private static Reflections reflections = new Reflections(PACKAGESCAN);
12
13
void load() {
0 commit comments