Suppress warnings

This commit is contained in:
Sam Brannen
2025-10-26 16:06:08 +01:00
parent 11587d51b2
commit 24b50650d7
@@ -37,7 +37,7 @@ import static org.mockito.Mockito.verify;
* @author Juergen Hoeller
* @author Phillip Webb
*/
@SuppressWarnings("rawtypes")
@SuppressWarnings({"rawtypes", "unchecked"})
class LocalEntityManagerFactoryBeanTests extends AbstractEntityManagerFactoryBeanTests {
@AfterEach