Add blank line between java and javax imports
See gh-23539 Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
This commit is contained in:
committed by
Sam Brannen
parent
d09f537699
commit
d945ae9191
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user