Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyuguang committed Jul 15, 2020
1 parent 1097628 commit 0b11a52
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,6 +17,7 @@

package org.apache.shardingsphere.elasticjob.lite.boot;

import com.google.common.base.Strings;
import lombok.Setter;
import org.apache.shardingsphere.elasticjob.api.ElasticJob;
import org.apache.shardingsphere.elasticjob.api.JobConfiguration;
Expand All @@ -26,7 +27,6 @@
import org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter;
import org.apache.shardingsphere.elasticjob.reg.boot.ElasticJobRegistryCenterAutoConfiguration;
import org.apache.shardingsphere.elasticjob.tracing.api.TracingConfiguration;
import org.assertj.core.util.Strings;
import org.springframework.beans.factory.BeanCreationException;
import org.springframework.beans.factory.config.SingletonBeanRegistry;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
Expand Down

0 comments on commit 0b11a52

Please sign in to comment.