Unused imports removed
This commit is contained in:
parent
1c13d2ccf9
commit
362bc6ff9b
|
@ -2,7 +2,6 @@ package com.baeldung.spring.controller;
|
|||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import org.springframework.http.converter.xml.MarshallingHttpMessageConverter;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
|
|
Loading…
Reference in New Issue