RED-7848 - Sorting in merged dictionary differs from template dictionary in terms of capitalization
- fic cheskstyle error
This commit is contained in:
parent
efe6dd5930
commit
c2d558636c
@ -54,7 +54,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
public class DictionaryService {
|
||||
|
||||
/**
|
||||
* Comparator to sort entries list
|
||||
* Comparator to sort entries list.
|
||||
*/
|
||||
public static Comparator<String> entryComparator = (e1, e2) -> {
|
||||
if (e1.compareToIgnoreCase(e2) == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user