Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 22, 2024
1 parent 026d38a commit f57cc00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

import io.microsphere.i18n.util.I18nUtils;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;

import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

import io.microsphere.i18n.spring.annotation.EnableI18n;
import io.microsphere.i18n.spring.boot.condition.ConditionalOnI18nEnabled;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;

import static io.microsphere.i18n.spring.constants.I18nConstants.ENABLED_PROPERTY_NAME;

/**
* I18n Auto-Configuration
Expand Down

0 comments on commit f57cc00

Please sign in to comment.