Skip to content

Commit 9d0918b

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-19957
2 parents 9ca15ee + 3a579ee commit 9d0918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The JSON object contained in the `properties` array can contain the attributes d
155155

156156
| `type`
157157
| String
158-
| The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.util.String,acme.MyEnum>`).
158+
| The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.lang.String,acme.MyEnum>`).
159159
You can use this attribute to guide the user as to the types of values that they can enter.
160160
For consistency, the type of a primitive is specified by using its wrapper counterpart (for example, `boolean` becomes `java.lang.Boolean`).
161161
Note that this class may be a complex type that gets converted from a `String` as values are bound.

0 commit comments

Comments
 (0)