Github user ottobackwards commented on the issue:
https://github.com/apache/nifi/pull/2983
There are checkstyle errors not related to my pr on this pr as well.
```bash
[INFO] --- maven-checkstyle-plugin:2.17:check (check-style) @
nifi-standard-processors ---
[WARNING]
src/main/java/org/apache/nifi/processors/standard/CryptographicHashAttribute.java:[202]
(sizes) LineLength: Line is longer than 200 characters (found 202).
[WARNING]
src/main/java/org/apache/nifi/security/util/crypto/HashService.java:[84]
(sizes) LineLength: Line is longer than 200 characters (found 207).
[INFO]
------------------------------------------------------------------------
```
---