You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/12 04:31:00 UTC

[camel] branch main updated: Regen for commit 97172cd8c1090e2d1f2b7b79270f9b9c6aa08ab3 (#7598)

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

davsclaus 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 a396c4126a1 Regen for commit 97172cd8c1090e2d1f2b7b79270f9b9c6aa08ab3 (#7598)
a396c4126a1 is described below

commit a396c4126a1561f53d32afa1240dd7ee8a18a2d2
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu May 12 06:30:54 2022 +0200

    Regen for commit 97172cd8c1090e2d1f2b7b79270f9b9c6aa08ab3 (#7598)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../camel/component/file/FileConsumerResumeFromOffsetStrategyTest.java  | 2 +-
 1 file changed, 1 insertion(+), 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 fcd015f04c0..e3ac865298f 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
@@ -32,8 +32,8 @@ import org.apache.camel.component.file.consumer.GenericFileResumeAdapter;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.processor.resume.TransientResumeStrategy;
 import org.apache.camel.resume.Resumable;
-import org.apache.camel.support.resume.Resumables;
 import org.apache.camel.resume.UpdatableConsumerResumeStrategy;
+import org.apache.camel.support.resume.Resumables;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.DisplayName;
 import org.junit.jupiter.api.Test;