Skip to content

Commit 57515df

Browse files
committed
Fix typo
1 parent c270c42 commit 57515df

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
/**
100100
* The name of the properties to test. If a prefix has been defined, it is applied to
101101
* 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
103103
* {@code app.config.my-value}
104104
* <p>
105105
* Use the dashed notation to specify each property, that is all lower case with a "-"
@@ -110,7 +110,7 @@
110110

111111
/**
112112
* 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}.
114114
* @return the expected value
115115
*/
116116
String havingValue() default "";

0 commit comments

Comments
 (0)