From 9de4fd7913adbed9ce644aff1a43248034ff03a8 Mon Sep 17 00:00:00 2001 From: arghya88 Date: Mon, 27 Jul 2015 16:49:19 +0530 Subject: [PATCH] Fix typo Closes gh-3606 --- .../configurationmetadata/ConfigurationMetadataProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataProperty.java b/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataProperty.java index e440c57bcf..f84f7cbd3b 100644 --- a/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataProperty.java +++ b/spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataProperty.java @@ -21,7 +21,7 @@ import java.util.List; /** * Define a configuration property. Each property is fully identified by its - * {@link #getId() id} who is composed of a namespace prefix (the + * {@link #getId() id} which is composed of a namespace prefix (the * {@link ConfigurationMetadataGroup#getId() group id}), if any and the {@link #getName() * name} of the property. *