Skip to content

Commit f3ca65f

Browse files
authored
Update CaseInsensitiveComparator.java
1 parent d67a3e5 commit f3ca65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/devopsdemo/utilities/CaseInsensitiveComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class CaseInsensitiveComparator extends GenericComparator {
1212
private static final Logger LOG =LoggerFactory.getLogger(CaseInsensitiveComparator.class);
1313

1414
/*
15-
* This function call base GenericComparator(boolean sortAscending) class and set whether sorting is in ascending or descending
15+
* This functiona call base GenericComparator(boolean sortAscending) class and set whether sorting is in ascending or descending
1616
* sortAscending = true then ascending
1717
* sortAscending = false then descending
1818
*/

0 commit comments

Comments
 (0)