Skip to content

Commit 5971aba

Browse files
authored
Update CaseInsensitiveComparator.java
1 parent 734303f commit 5971aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

14-
/*
14+
/**
1515
* 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

0 commit comments

Comments
 (0)