Skip to content

Commit 1ad66cf

Browse files
committed
Merge pull request #22207 from Sineaggi
* gh-22207: Polish "Rename NoneOfNestedConditions to NoneNestedConditions in example docs" Rename NoneOfNestedConditions to NoneNestedConditions in example docs Closes gh-22207
2 parents ae04328 + a8d3f9a commit 1ad66cf

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)