Rename NoneOfNestedConditions to NoneNestedConditions in example docs
See gh-22207
This commit is contained in:
parent
ae043285d8
commit
7fee70a625
|
@ -26,7 +26,7 @@ import org.springframework.context.annotation.Condition;
|
||||||
* be used to create composite conditions, for example:
|
* be used to create composite conditions, for example:
|
||||||
*
|
*
|
||||||
* <pre class="code">
|
* <pre class="code">
|
||||||
* static class OnNeitherJndiNorProperty extends NoneOfNestedConditions {
|
* static class OnNeitherJndiNorProperty extends NoneNestedConditions {
|
||||||
*
|
*
|
||||||
* OnNeitherJndiNorProperty() {
|
* OnNeitherJndiNorProperty() {
|
||||||
* super(ConfigurationPhase.PARSE_CONFIGURATION);
|
* super(ConfigurationPhase.PARSE_CONFIGURATION);
|
||||||
|
|
Loading…
Reference in New Issue