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 <[email protected]>
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();