Browse Source

Fix typo on ConditionMessage

See gh-19354
pull/19556/head
Tadaya Tsuyukubo 6 years ago committed by Stephane Nicoll
parent
commit
294267d2e0
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionMessage.java

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

@ -290,7 +290,7 @@ public final class ConditionMessage { @@ -290,7 +290,7 @@ public final class ConditionMessage {
}
/**
* Indicates the reason. For example {@code reason("running Linux")} results in
* Indicates the reason. For example {@code because("running Linux")} results in
* the message "running Linux".
* @param reason the reason for the message
* @return a built {@link ConditionMessage}

Loading…
Cancel
Save