Skip to content

Commit

Permalink
Update CaseInsensitiveComparator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Jul 2, 2023
1 parent 734303f commit 5971aba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class CaseInsensitiveComparator extends GenericComparator {
private static final long serialVersionUID = -6836701171640412573L;
private static final Logger LOG =LoggerFactory.getLogger(CaseInsensitiveComparator.class);

/*
/**
* This functiona call base GenericComparator(boolean sortAscending) class and set whether sorting is in ascending or descending
* sortAscending = true then ascending
* sortAscending = false then descending
Expand Down

0 comments on commit 5971aba

Please sign in to comment.