Skip to content

Commit f005fff

Browse files
Zekariyassnicoll
authored andcommitted
Fix typo in BindHandler#onFinish javadoc
See gh-19492
1 parent 4f237cc commit f005fff

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ default Object onFailure(ConfigurationPropertyName name, Bindable<?> target, Bin
7878

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

0 commit comments

Comments
 (0)