We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af2ca commit 071c298Copy full SHA for 071c298
spring-orm/src/test/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2020 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -419,6 +419,7 @@ private static class TestTaskExecutor extends SimpleAsyncTaskExecutor {
419
private final CountDownLatch latch = new CountDownLatch(1);
420
421
@Override
422
+ @SuppressWarnings("deprecation")
423
public void execute(Runnable task, long startTimeout) {
424
Runnable decoratedTask = () -> {
425
try {
0 commit comments