Skip to content

Commit

Permalink
Make the FingerprintProcessor class being final
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Redko <[email protected]>
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong and reta authored Jun 5, 2024
1 parent 0af03df commit 6e29302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Processor that generating hash value for the specified fields or fields not in the specified excluded list
*/
public class FingerprintProcessor extends AbstractProcessor {
public final class FingerprintProcessor extends AbstractProcessor {
public static final String TYPE = "fingerprint";
private static final Set<String> HASH_METHODS = Set.of("MD5", "SHA-1", "SHA-256", "SHA3-256");

Expand Down

0 comments on commit 6e29302

Please sign in to comment.