Skip to content

Commit

Permalink
Fixing issue in param change
Browse files Browse the repository at this point in the history
  • Loading branch information
HiranyaKavishani committed Dec 20, 2023
1 parent 342208f commit a99337b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,8 @@ public List<API> getAllApis(String organization, String deployment, boolean isEx
String publishedDefaultApiVersion = resultSet.getString("PUBLISHED_DEFAULT_API_VERSION");
String contextTemplate = resultSet.getString("CONTEXT_TEMPLATE");

setDefaultVersionContext(apiType, api, version, context, contextTemplate,
publishedDefaultApiVersion);
setDefaultVersionContext(apiType, api, version, publishedDefaultApiVersion, context,
contextTemplate);

if (isExpand) {
String revision = resultSet.getString("REVISION_UUID");
Expand Down

0 comments on commit a99337b

Please sign in to comment.