Skip to content

Commit 809b5ca

Browse files
committed
#1729 - Polishing.
1 parent e65f296 commit 809b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/hateoas/mediatype/PropertyUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static InputPayloadMetadata getExposedProperties(@Nullable ResolvableType
135135

136136
return METADATA_CACHE.computeIfAbsent(type, it -> {
137137

138-
ResolvableType domainType = unwrapDomainType(type);
138+
ResolvableType domainType = unwrapDomainType(it);
139139
Class<?> resolved = domainType.resolve(Object.class);
140140

141141
return Object.class.equals(resolved) //

0 commit comments

Comments
 (0)