提交 4f4b9f6b 编写于 作者: R Rossen Stoyanchev

Fix checkstyle violation

上级 4e4ec266
......@@ -162,6 +162,11 @@ public class ResourceUrlEncodingFilter extends GenericFilterBean {
}
/**
* Runtime exception to get far enough (to ResourceUrlProviderExposingInterceptor)
* where it can be re-thrown as ServletRequestBindingException to result in
* a 400 response.
*/
@SuppressWarnings("serial")
static class LookupPathIndexException extends IllegalArgumentException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册