You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,7 @@ public static class LiquibaseConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@
28
28
29
29
/**
30
30
* 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
34
34
* equivalent.
35
35
* <p>
36
36
* The "{@code [}" and "{@code ]}" characters may be used to indicate an associative
0 commit comments