You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/11 08:10:17 UTC

[camel] branch main updated: Regen for commit e8d6de41c1d2cc820d7418b39c4476288b4b055b

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 51ac1993928 Regen for commit e8d6de41c1d2cc820d7418b39c4476288b4b055b
51ac1993928 is described below

commit 51ac19939284ce21b8660c574fcdceb532b1c1a8
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Tue Oct 11 08:07:51 2022 +0000

    Regen for commit e8d6de41c1d2cc820d7418b39c4476288b4b055b
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java
index 3eee355cbe5..b29d99d9f51 100644
--- a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java
@@ -85,7 +85,6 @@ public class FileConsumerResumeFromOffsetStrategyTest extends ContextTestSupport
             DirectoryEntries.doResume(fileSet, f -> true);
         }
 
-
     }
 
     private static final TransientResumeStrategy FAIL_RESUME_STRATEGY = new TransientResumeStrategy(new FailResumeAdapter());