Organize imports with new settings
See gh-4234
This commit is contained in:
@@ -18,15 +18,15 @@ package sample.jpa.web;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import sample.jpa.domain.Note;
|
||||
import sample.jpa.repository.NoteRepository;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
import sample.jpa.domain.Note;
|
||||
import sample.jpa.repository.NoteRepository;
|
||||
|
||||
@Controller
|
||||
public class IndexController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user