Skip to content

Commit bfc380f

Browse files
committed
Allow subclasses of ReturnedType.
Closes #3286
1 parent e17dd32 commit bfc380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/repository/query/ReturnedType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public abstract class ReturnedType {
5656

5757
private final Class<?> domainType;
5858

59-
private ReturnedType(Class<?> domainType) {
59+
protected ReturnedType(Class<?> domainType) {
6060
this.domainType = domainType;
6161
}
6262

0 commit comments

Comments
 (0)