Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Jun 7, 2020
1 parent 86f57e2 commit f3ebb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public Map<String, Object> getConfigParameters() {
SpringDocPropertiesUtils.put("tagsSorter", tagsSorter, params);
if (!CollectionUtils.isEmpty(supportedSubmitMethods))
SpringDocPropertiesUtils.put("supportedSubmitMethods", supportedSubmitMethods.toString(), params);
SpringDocPropertiesUtils.put("oauth2RedirectUrl", oauth2RedirectUrl, params);
SpringDocPropertiesUtils.put(OAUTH2_REDIRECT_URL_PROPERTY, oauth2RedirectUrl, params);
SpringDocPropertiesUtils.put("url", url, params);
put(URLS_PROPERTY, urls, params);
SpringDocPropertiesUtils.put("urls.primaryName", urlsPrimaryName, params);
Expand Down

0 comments on commit f3ebb24

Please sign in to comment.