Unused imports removed

This commit is contained in:
Ankush Sharma 2016-11-02 22:04:17 +05:30
parent 1c13d2ccf9
commit 362bc6ff9b
1 changed files with 0 additions and 1 deletions

View File

@ -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;