Skip to content

Commit 7fc7e47

Browse files
committed
Merge pull request spring-projects#3606 from arghya88/master
* pr/3606: Fix typo
2 parents 8550d58 + 9de4fd7 commit 7fc7e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tools/spring-boot-configuration-metadata/src/main/java/org/springframework/boot/configurationmetadata/ConfigurationMetadataProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* Define a configuration property. Each property is fully identified by its
24-
* {@link #getId() id} who is composed of a namespace prefix (the
24+
* {@link #getId() id} which is composed of a namespace prefix (the
2525
* {@link ConfigurationMetadataGroup#getId() group id}), if any and the {@link #getName()
2626
* name} of the property.
2727
*

0 commit comments

Comments
 (0)