Fix checkstyle violation
This commit is contained in:
parent
4e4ec266b2
commit
4f4b9f6b1b
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue