Skip to content

Commit f8a1a6e

Browse files
committed
Polish "Deprecate ConditionOutcome.inverse()"
See gh-43739
1 parent d85a93b commit f8a1a6e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public String toString() {
153153
* @param outcome the outcome to inverse
154154
* @return the inverse of the condition outcome
155155
* @since 1.3.0
156-
* @deprecated since 3.5.0 for removal in 3.6.0 in favor of
156+
* @deprecated since 3.5.0 for removal in 3.7.0 in favor of
157157
* {@link #ConditionOutcome(boolean, ConditionMessage)}
158158
*/
159159
@Deprecated(since = "3.5.0", forRemoval = true)

0 commit comments

Comments
 (0)