You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2019/02/25 21:52:49 UTC

[nifi] branch master updated: NIFI-6069 Fixing checkstyle error

This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new be6cd4f  NIFI-6069 Fixing checkstyle error
be6cd4f is described below

commit be6cd4f0f2eac8651a230bc4ddfe82ab77bd0f28
Author: Bryan Bende <bb...@apache.org>
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