Skip to content

Commit

Permalink
Make FingerprintProcessor being final
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Jun 5, 2024
1 parent 2d1c6bc commit 7cad2e0
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 7cad2e0

Please sign in to comment.