mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Fix @since for IgnoreTopLevelConverterNotFoundBindHandler
Closes gh-13019
This commit is contained in:
committed by
Stephane Nicoll
parent
7cca56e15b
commit
12cdc8b0e0
+1
-1
@@ -28,7 +28,7 @@ import org.springframework.core.convert.ConverterNotFoundException;
|
||||
* {@link ConverterNotFoundException}s.
|
||||
*
|
||||
* @author Madhura Bhave
|
||||
* @since 2.0.0
|
||||
* @since 2.0.1
|
||||
*/
|
||||
public class IgnoreTopLevelConverterNotFoundBindHandler extends AbstractBindHandler {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user