Skip to content

Commit 7fee70a

Browse files
Clayton Walkerwilkinsona
authored andcommitted
Rename NoneOfNestedConditions to NoneNestedConditions in example docs
See gh-22207
1 parent ae04328 commit 7fee70a

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/NoneNestedConditions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* be used to create composite conditions, for example:
2727
*
2828
* <pre class="code">
29-
* static class OnNeitherJndiNorProperty extends NoneOfNestedConditions {
29+
* static class OnNeitherJndiNorProperty extends NoneNestedConditions {
3030
*
3131
* OnNeitherJndiNorProperty() {
3232
* super(ConfigurationPhase.PARSE_CONFIGURATION);

0 commit comments

Comments
 (0)