Organize imports with new settings
See gh-4234
This commit is contained in:
@@ -15,6 +15,9 @@ package sample.web.ui.mvc;
|
||||
|
||||
import javax.validation.Valid;
|
||||
|
||||
import sample.web.ui.Message;
|
||||
import sample.web.ui.MessageRepository;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.validation.BindingResult;
|
||||
@@ -25,9 +28,6 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
||||
|
||||
import sample.web.ui.Message;
|
||||
import sample.web.ui.MessageRepository;
|
||||
|
||||
/**
|
||||
* @author Rob Winch
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user