Merge pull request #13019 from izeye:patch-49

* pr/13019:
  Fix @since for IgnoreTopLevelConverterNotFoundBindHandler
This commit is contained in:
Stephane Nicoll
2018-05-02 16:11:55 +02:00

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 {