Browse Source

Merge branch '2.1.x' into 2.2.x

Closes gh-19496
pull/19540/head
Stephane Nicoll 6 years ago
parent
commit
b7e6febaa0
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindHandler.java

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

@ -93,7 +93,7 @@ public interface BindHandler { @@ -93,7 +93,7 @@ public interface BindHandler {
/**
* Called when binding finishes with either bound or unbound result. This method will
* not be called when binding failed, even if a handler rurns a result from
* not be called when binding failed, even if a handler returns a result from
* {@link #onFailure}.
* @param name the name of the element being bound
* @param target the item being bound

Loading…
Cancel
Save