Skip to content

Commit c274162

Browse files
committed
Correct since version in javadoc of Any and AllNestedCondition
1 parent a9d6721 commit c274162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* </pre>
3838
*
3939
* @author Phillip Webb
40-
* @since 1.2.0
40+
* @since 1.3.0
4141
*/
4242
public abstract class AllNestedConditions extends AbstractNestedCondition {
4343

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* </pre>
4040
*
4141
* @author Phillip Webb
42-
* @since 1.3.0
42+
* @since 1.2.0
4343
*/
4444
@Order(Ordered.LOWEST_PRECEDENCE - 20)
4545
public abstract class AnyNestedCondition extends AbstractNestedCondition {

0 commit comments

Comments
 (0)