#1729 - Polishing.

This commit is contained in:
Oliver Drotbohm
2021-12-10 10:37:15 +01:00
parent e65f296f6a
commit 809b5ca770

View File

@@ -135,7 +135,7 @@ public class PropertyUtils {
return METADATA_CACHE.computeIfAbsent(type, it -> {
ResolvableType domainType = unwrapDomainType(type);
ResolvableType domainType = unwrapDomainType(it);
Class<?> resolved = domainType.resolve(Object.class);
return Object.class.equals(resolved) //