See gh-36565
This commit is contained in:
Johnny Lim
2023-07-25 22:14:50 +09:00
committed by Stephane Nicoll
parent 5cc2d3b764
commit 96c9915f12
8 changed files with 11 additions and 11 deletions

View File

@@ -263,7 +263,6 @@ public class MockitoPostProcessor implements InstantiationAwareBeanPostProcessor
}
beans.removeIf(this::isScopedTarget);
return beans;
}
private boolean isScopedTarget(String beanName) {