From 0e21af4082f5a9727033eda22c6c451b1b62057e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 5 Sep 2017 09:10:52 +0200 Subject: [PATCH] Fix typo --- .../properties/ConfigurationPropertiesBinderBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java index 9e4dc1a2ad..c41f71d2f0 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBuilder.java @@ -124,7 +124,7 @@ public class ConfigurationPropertiesBinderBuilder { /** * Build a {@link ConfigurationPropertiesBinder} based on the state of the builder, - * discovering the {@lik ConversionService} and {@link Validator} if necessary. + * discovering the {@link ConversionService} and {@link Validator} if necessary. * @return a {@link ConfigurationPropertiesBinder} */ public ConfigurationPropertiesBinder build() {