Add blank line between java and javax imports

See gh-23539
This commit is contained in:
Phillip Webb
2019-09-04 10:44:02 -07:00
parent 2f106fbb32
commit deba2ed1b3
903 changed files with 904 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
package example.scannable;
import java.util.concurrent.Future;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;

View File

@@ -19,6 +19,7 @@ package example.scannable;
import java.util.Comparator;
import java.util.List;
import java.util.concurrent.Future;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.BeanFactory;