Skip to content

Commit

Permalink
small fix to BaseGrSciCollSearchRequestHandlerMethodArgumentResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ahakanzn committed Apr 25, 2024
1 parent 683e48f commit 13efc0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected <T extends SearchRequest> void fillSearchRequestParams(

String sourceParam = webRequest.getParameter("source");
if (!Strings.isNullOrEmpty(sourceParam)) {
request.setSource(Source.valueOf(Source.class,"sourceParam"));
request.setSource(Source.valueOf(sourceParam));
}

String sourceIdParam = webRequest.getParameter("sourceId");
Expand Down

0 comments on commit 13efc0e

Please sign in to comment.