Skip to content

Commit 88a4203

Browse files
committed
Update ConfigurationPropertyJSONElementVisitor.java
1 parent 2a86fcd commit 88a4203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import static io.microsphere.constants.SymbolConstants.COMMA_CHAR;
3737
import static io.microsphere.constants.SymbolConstants.LEFT_CURLY_BRACE_CHAR;
3838
import static io.microsphere.constants.SymbolConstants.RIGHT_CURLY_BRACE_CHAR;
39-
import static io.microsphere.util.JSONUtils.append;
39+
import static io.microsphere.json.JSONUtils.append;
4040

4141
/**
4242
* The {@link ElementVisitor} for {@link io.microsphere.annotation.ConfigurationProperty} JSON

0 commit comments

Comments
 (0)