Clean up warnings in build

This commit is contained in:
Sam Brannen
2024-01-29 17:33:09 +01:00
parent f3c8102882
commit 9eae0ba50e
4 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ class AspectProxyFactoryTests {
}
@Test
@SuppressWarnings("unchecked")
void testSerializable() throws Exception {
AspectJProxyFactory proxyFactory = new AspectJProxyFactory(new TestBean());
proxyFactory.addAspect(LoggingAspectOnVarargs.class);