reorder import statement in seata starter to pass checkstyle

pull/2693/head
黄sir 3 years ago committed by Steve Rao
parent 04161e678a
commit ad636ef0e3

@ -16,15 +16,15 @@
package com.alibaba.cloud.seata.rest;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.client.ClientHttpRequestInterceptor;
import org.springframework.web.client.RestTemplate;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* @author ZhangZhi
*/

Loading…
Cancel
Save