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/condition/ConditionalOnProperty.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@
99
99
/**
100
100
* The name of the properties to test. If a prefix has been defined, it is applied to
101
101
* compute the full key of each property. For instance if the prefix is
102
-
* {@code app.config} and one value is {@code my-value}, the fully key would be
102
+
* {@code app.config} and one value is {@code my-value}, the full key would be
103
103
* {@code app.config.my-value}
104
104
* <p>
105
105
* Use the dashed notation to specify each property, that is all lower case with a "-"
@@ -110,7 +110,7 @@
110
110
111
111
/**
112
112
* The string representation of the expected value for the properties. If not
113
-
* specified, the property must <strong>not</strong> be equals to {@code false}.
113
+
* specified, the property must <strong>not</strong> be equal to {@code false}.
0 commit comments