mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Merge branch '7.0.x'
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ class ScheduledTaskTests {
|
||||
assertThat(scheduledTask.nextExecution()).isNull();
|
||||
}
|
||||
|
||||
class CountingRunnable implements Runnable {
|
||||
static class CountingRunnable implements Runnable {
|
||||
|
||||
int executionCount;
|
||||
|
||||
|
||||
+2
-2
@@ -525,7 +525,7 @@ class SpringValidatorAdapterTests {
|
||||
}
|
||||
|
||||
|
||||
public class BeanWithListElementConstraint {
|
||||
public static class BeanWithListElementConstraint {
|
||||
|
||||
@Valid
|
||||
private List<@NotNull String> property;
|
||||
@@ -540,7 +540,7 @@ class SpringValidatorAdapterTests {
|
||||
}
|
||||
|
||||
|
||||
public class BeanWithMapEntryConstraint {
|
||||
public static class BeanWithMapEntryConstraint {
|
||||
|
||||
@Valid
|
||||
private Map<@NotNull String, @NotNull String> property;
|
||||
|
||||
Reference in New Issue
Block a user