Skip to content

Commit

Permalink
address sonarqube issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Nov 30, 2022
1 parent 58a21a7 commit 86d93df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* @author GordeaS
*
*/
public class ComparatorUtils implements Comparator<String>, Serializable {
public final class ComparatorUtils implements Comparator<String>, Serializable {
private static final String PUNCTUATION_REGEX = "[\\p{Punct}]+";
static final long serialUID = 1L;
static final long serialVersionUID = 1L;

private ComparatorUtils() {
super();
Expand Down

0 comments on commit 86d93df

Please sign in to comment.