Browse Source

Move NestedServletExceptionTests to spring-web module

See gh-25162
pull/28652/head
Juergen Hoeller 4 years ago
parent
commit
30c873b4b5
  1. 2
      spring-web/src/test/java/org/springframework/web/util/NestedServletExceptionTests.java

2
spring-webmvc/src/test/java/org/springframework/web/util/NestedServletExceptionTests.java → spring-web/src/test/java/org/springframework/web/util/NestedServletExceptionTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Loading…
Cancel
Save