Fix @since for IgnoreTopLevelConverterNotFoundBindHandler

Closes gh-13019
This commit is contained in:
Johnny Lim
2018-05-02 18:40:32 +09:00
committed by Stephane Nicoll
parent 7cca56e15b
commit 12cdc8b0e0

View File

@@ -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 {