Correct HandlerMethodValidationExceptionTests package

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2026-07-21 15:54:53 +03:00
committed by GitHub
parent 304f8eb27e
commit 1502ab0b20
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.method.support;
package org.springframework.web.method.annotation;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
@@ -50,7 +50,6 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.method.annotation.HandlerMethodValidationException;
import org.springframework.web.testfixture.method.ResolvableMethod;
import static org.assertj.core.api.Assertions.assertThat;