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 6b60808 commit 806815fCopy full SHA for 806815f
src/main/java/io/asfjava/ui/core/SchemaDecoratorLoader.java
@@ -11,7 +11,7 @@
11
12
final class SchemaDecoratorLoader {
13
14
- private static final String PACKAGESCAN = "io.asfjava.ui.schema.decorator";
+ private static final String PACKAGESCAN = "io.asfjava.ui.core.schema.decorators";
15
private static Reflections reflections = new Reflections(PACKAGESCAN);
16
17
void load() {
0 commit comments