Skip to content

Commit 2a86fcd

Browse files
committed
Update JSONAnnotationValueVisitor.java
1 parent eb4ce32 commit 2a86fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

microsphere-annotation-processor/src/main/java/io/microsphere/annotation/processor/model/util/JSONAnnotationValueVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
import static io.microsphere.constants.SymbolConstants.LEFT_SQUARE_BRACKET_CHAR;
3838
import static io.microsphere.constants.SymbolConstants.RIGHT_CURLY_BRACE_CHAR;
3939
import static io.microsphere.constants.SymbolConstants.RIGHT_SQUARE_BRACKET_CHAR;
40-
import static io.microsphere.util.JSONUtils.append;
41-
import static io.microsphere.util.JSONUtils.appendName;
40+
import static io.microsphere.json.JSONUtils.append;
41+
import static io.microsphere.json.JSONUtils.appendName;
4242

4343
/**
4444
* {@link AnnotationValueVisitor} to assemble JSON content

0 commit comments

Comments
 (0)