Browse Source

Merge pull request #13019 from izeye:patch-49

* pr/13019:
  Fix @since for IgnoreTopLevelConverterNotFoundBindHandler
pull/13061/head
Stephane Nicoll 8 years ago
parent
commit
11f178538e
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/handler/IgnoreTopLevelConverterNotFoundBindHandler.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/handler/IgnoreTopLevelConverterNotFoundBindHandler.java

@ -28,7 +28,7 @@ import org.springframework.core.convert.ConverterNotFoundException; @@ -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 {

Loading…
Cancel
Save