Skip to content

Commit 7dee4c3

Browse files
committed
Format.
1 parent 7fe2229 commit 7dee4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
/**
3030
* A configuration property name composed of elements separated by dots. User created
31-
* names may contain the characters "{@code a-z}" "{@code 0-9}" and "{@code -}", they
32-
* must be lower-case and must start with an alphanumeric character. The "{@code -}" is
33-
* used purely for formatting, i.e. "{@code foo-bar}" and "{@code foobar}" are considered
31+
* names may contain the characters "{@code a-z}" "{@code 0-9}" and "{@code -}", they must
32+
* be lower-case and must start with an alphanumeric character. The "{@code -}" is used
33+
* purely for formatting, i.e. "{@code foo-bar}" and "{@code foobar}" are considered
3434
* equivalent.
3535
* <p>
3636
* The "{@code [}" and "{@code ]}" characters may be used to indicate an associative

0 commit comments

Comments
 (0)