Polish "Deprecate ConditionOutcome.inverse()"
See gh-43739
This commit is contained in:
parent
d85a93b60b
commit
f8a1a6e6a1
|
@ -153,7 +153,7 @@ public class ConditionOutcome {
|
||||||
* @param outcome the outcome to inverse
|
* @param outcome the outcome to inverse
|
||||||
* @return the inverse of the condition outcome
|
* @return the inverse of the condition outcome
|
||||||
* @since 1.3.0
|
* @since 1.3.0
|
||||||
* @deprecated since 3.5.0 for removal in 3.6.0 in favor of
|
* @deprecated since 3.5.0 for removal in 3.7.0 in favor of
|
||||||
* {@link #ConditionOutcome(boolean, ConditionMessage)}
|
* {@link #ConditionOutcome(boolean, ConditionMessage)}
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "3.5.0", forRemoval = true)
|
@Deprecated(since = "3.5.0", forRemoval = true)
|
||||||
|
|
Loading…
Reference in New Issue