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 2023/05/22 18:27:46 UTC

[camel] branch camel-3.x updated: Regen for commit df63ca4c35564ded90d1e099018a2209bd478fe7

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 1bca0a63e18 Regen for commit df63ca4c35564ded90d1e099018a2209bd478fe7
1bca0a63e18 is described below

commit 1bca0a63e18723f4eecc4ddef4ecbf2fe6743fa0
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Mon May 22 18:23:44 2023 +0000

    Regen for commit df63ca4c35564ded90d1e099018a2209bd478fe7
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../file/strategy/FileChangedReadLockMinAgeShortCircuitTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/component/file/strategy/FileChangedReadLockMinAgeShortCircuitTest.java b/core/camel-core/src/test/java/org/apache/camel/component/file/strategy/FileChangedReadLockMinAgeShortCircuitTest.java
index cd4588b0a43..4c18a118f6e 100644
--- a/core/camel-core/src/test/java/org/apache/camel/component/file/strategy/FileChangedReadLockMinAgeShortCircuitTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/component/file/strategy/FileChangedReadLockMinAgeShortCircuitTest.java
@@ -62,7 +62,7 @@ public class FileChangedReadLockMinAgeShortCircuitTest extends ContextTestSuppor
             public void configure() throws Exception {
                 from(fileUri(
                         "in?initialDelay=500&delay=10&readLock=changed&readLockMinAge=1000&readLockCheckInterval=10000&readLockTimeout=20000"))
-                        .to(fileUri("out"), "mock:result");
+                                .to(fileUri("out"), "mock:result");
             }
         };
     }