Skip to content

Commit 10873b0

Browse files
committed
Merge branch '3.0.x' into 3.1.x
2 parents 44847d6 + e8d329d commit 10873b0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/validation/ValidatorAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 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.
@@ -35,7 +35,7 @@
3535
/**
3636
* {@link Validator} implementation that delegates calls to another {@link Validator}.
3737
* This {@link Validator} implements Spring's {@link SmartValidator} interface but does
38-
* not implement the JSR-303 {@code javax.validator.Validator} interface.
38+
* not implement the JSR-303 {@code jakarta.validator.Validator} interface.
3939
*
4040
* @author Stephane Nicoll
4141
* @author Phillip Webb

0 commit comments

Comments
 (0)