We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67a3e5 commit f3ca65fCopy full SHA for f3ca65f
1 file changed
src/main/java/com/devopsdemo/utilities/CaseInsensitiveComparator.java
@@ -12,7 +12,7 @@ public class CaseInsensitiveComparator extends GenericComparator {
12
private static final Logger LOG =LoggerFactory.getLogger(CaseInsensitiveComparator.class);
13
14
/*
15
- * This function call base GenericComparator(boolean sortAscending) class and set whether sorting is in ascending or descending
+ * 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
18
*/
0 commit comments