Skip to content

Commit

Permalink
made feild final in
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh4902 authored and manusa committed Jan 22, 2024
1 parent 7c0a3b8 commit baabee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SuffixFileFilter implements FilenameFilter {

public static final FilenameFilter PEM_FILTER = new SuffixFileFilter(".pem");

private String suffix;
private final String suffix;

public SuffixFileFilter(String suffix) {
this.suffix = suffix;
Expand Down

0 comments on commit baabee9

Please sign in to comment.