From b8a7aa93950c97c669942c7c625b860f6aba3f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 7 Feb 2023 12:00:07 +0100 Subject: [PATCH] Refine ControllerMappingReflectiveProcessor documentation Closes gh-29938 --- .../bind/annotation/ControllerMappingReflectiveProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessor.java b/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessor.java index 9dabab84e8b7..5095fb8e8f89 100644 --- a/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessor.java +++ b/spring-web/src/main/java/org/springframework/web/bind/annotation/ControllerMappingReflectiveProcessor.java @@ -38,7 +38,7 @@ * * *