Fix Generics syntax error.

This commit is contained in:
John Blum
2022-08-31 09:41:20 -07:00
parent 57b7113dd4
commit cb58bb34cb

View File

@@ -119,7 +119,7 @@ public class AutoConfiguredAuthenticationConfigurationIntegrationTests
private CacheLoader<Object, Object> newEchoCacheLoader() {
return new CacheLoader<>() {
return new CacheLoader<Object, Object>() {
@Override
public Object load(LoaderHelper<Object, Object> loaderHelper) throws CacheLoaderException {