Polishing
This commit is contained in:
@@ -18,9 +18,6 @@ package org.springframework.web.servlet.mvc.method.annotation;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.core.MethodParameter;
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.http.converter.HttpMessageConverter;
|
||||
@@ -37,8 +34,6 @@ import org.springframework.web.method.ControllerAdviceBean;
|
||||
*/
|
||||
class ResponseBodyAdviceChain {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(ResponseBodyAdviceChain.class);
|
||||
|
||||
private final List<Object> advice;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user