From 7fee70a6250cac31fa44f9edf3516df791a9ff6a Mon Sep 17 00:00:00 2001 From: Clayton Walker Date: Fri, 3 Jul 2020 00:49:14 -0600 Subject: [PATCH 1/2] Rename NoneOfNestedConditions to NoneNestedConditions in example docs See gh-22207 --- .../boot/autoconfigure/condition/NoneNestedConditions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java index ac03c5aa66b..cf4cf3eaec7 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java @@ -26,7 +26,7 @@ import org.springframework.context.annotation.Condition; * be used to create composite conditions, for example: * *
- * static class OnNeitherJndiNorProperty extends NoneOfNestedConditions {
+ * static class OnNeitherJndiNorProperty extends NoneNestedConditions {
  *
  *    OnNeitherJndiNorProperty() {
  *        super(ConfigurationPhase.PARSE_CONFIGURATION);

From a8d3f9af318bd09cd896268d6c0f359ed8b94566 Mon Sep 17 00:00:00 2001
From: Andy Wilkinson 
Date: Tue, 7 Jul 2020 10:46:32 +0100
Subject: [PATCH 2/2] Polish "Rename NoneOfNestedConditions to
 NoneNestedConditions in example docs"

See gh-22207
---
 .../boot/autoconfigure/condition/NoneNestedConditions.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java
index cf4cf3eaec7..43997cddb33 100644
--- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java
+++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/NoneNestedConditions.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012-2019 the original author or authors.
+ * Copyright 2012-2020 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.