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 0e1a5af commit 89ac4ceCopy full SHA for 89ac4ce
src/main/java/io/asfjava/ui/core/SchemaDecoratorFactory.java
@@ -3,7 +3,7 @@
3
import java.util.Map;
4
import java.util.concurrent.ConcurrentHashMap;
5
6
-import io.asf.java.ui.schema.decorator.SchemaDecorator;
+import io.asfjava.ui.schema.decorator.SchemaDecorator;
7
8
public final class SchemaDecoratorFactory {
9
public SchemaDecorator getGenerator(String annotationName) {
src/main/java/io/asfjava/ui/core/SchemaDecoratorLoader.java
@@ -4,7 +4,7 @@
import org.reflections.Reflections;
10
0 commit comments