This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.9.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f31f4009967a8f0992612fa478bf07c3b04e92bf Author: Bryan Bende <[email protected]> AuthorDate: Mon Feb 25 16:52:41 2019 -0500 NIFI-6069 Fixing checkstyle error --- .../src/main/java/org/apache/nifi/fingerprint/FingerprintFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/fingerprint/FingerprintFactory.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/fingerprint/FingerprintFactory.java index e873af8..5d9e3fc 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/fingerprint/FingerprintFactory.java +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/fingerprint/FingerprintFactory.java @@ -766,7 +766,7 @@ public class FingerprintFactory { } }; } - + private Comparator<Element> getElementTextComparator() { return new Comparator<Element>() { @Override
