We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734303f commit 5971abaCopy full SHA for 5971aba
src/main/java/com/devopsdemo/utilities/CaseInsensitiveComparator.java
@@ -11,7 +11,7 @@ public class CaseInsensitiveComparator extends GenericComparator {
11
private static final long serialVersionUID = -6836701171640412573L;
12
private static final Logger LOG =LoggerFactory.getLogger(CaseInsensitiveComparator.class);
13
14
- /*
+ /**
15
* This functiona call base GenericComparator(boolean sortAscending) class and set whether sorting is in ascending or descending
16
* sortAscending = true then ascending
17
* sortAscending = false then descending
0 commit comments