Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaakd committed May 2, 2019
1 parent 2215f17 commit d505b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public BeanMappingMethod build() {
}
else {
returnType = returnTypeBuilder != null ? returnTypeBuilder.getBuilder() : method.getReturnType();
factoryMethod = getFactoryMethod( returnType, selectionParameters );
factoryMethod = getFactoryMethod( method.getReturnType(), selectionParameters );
if ( factoryMethod != null || canBeConstructed( returnType ) ){
returnTypeToConstruct = returnType;
}
Expand Down

0 comments on commit d505b0b

Please sign in to comment.