Organize imports with new settings
See gh-4234
This commit is contained in:
@@ -18,12 +18,12 @@ package sample.undertow.web;
|
||||
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
import sample.undertow.service.HelloWorldService;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import sample.undertow.service.HelloWorldService;
|
||||
|
||||
@RestController
|
||||
public class SampleController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user