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

[nifi] branch master updated: NIFI-6841 Fixed checkstyle error introduced in a9db5a8.

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

alopresto 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 12bb284  NIFI-6841 Fixed checkstyle error introduced in a9db5a8.
12bb284 is described below

commit 12bb284453a19c24d87aca460e89f06b7928d119
Author: Andy LoPresto <al...@apache.org>
AuthorDate: Tue Nov 5 13:12:40 2019 -0800

    NIFI-6841 Fixed checkstyle error introduced in a9db5a8.
---
 .../apache/nifi/controller/repository/TestStandardProcessSession.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/repository/TestStandardProcessSession.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/repository/TestStandardProcessSession.java
index e347c15..9675613 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/repository/TestStandardProcessSession.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/repository/TestStandardProcessSession.java
@@ -394,7 +394,7 @@ public class TestStandardProcessSession {
             assertEquals(5, in.skip(5L));
             assertEquals('n', (char) in.read());
             in.reset();
-        };
+        }
 
         session.transfer(flowFile);
         session.commit();