Skip to content

Commit

Permalink
sort the list with results after they have been puled from database. …
Browse files Browse the repository at this point in the history
…This is needed because the possibility of aggregated results from hte multiple databases
  • Loading branch information
TatianaBurek committed Aug 10, 2020
1 parent 7621cd4 commit f672e91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public List<String> getListValues(MVNode nodeCall, String field, String[] curren
logger.error(ERROR_MARKER, e.getMessage());
}
}
//Collections.sort(listRes);
Collections.sort(listRes);
return listRes;
}

Expand Down

0 comments on commit f672e91

Please sign in to comment.