You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/09 12:42:37 UTC

[camel] branch main updated: Regen for commit 9d581cae407794f55cace2c7bb3a8734db036172

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

orpiske 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 005dfc010d8 Regen for commit 9d581cae407794f55cace2c7bb3a8734db036172
005dfc010d8 is described below

commit 005dfc010d870bedadf9e742c8fed55dd073b66a
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Thu Jun 9 12:13:36 2022 +0000

    Regen for commit 9d581cae407794f55cace2c7bb3a8734db036172
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/resume/cache/ResumeCache.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/resume/cache/ResumeCache.java b/core/camel-api/src/main/java/org/apache/camel/resume/cache/ResumeCache.java
index 9791287579e..a3d31fecc74 100644
--- a/core/camel-api/src/main/java/org/apache/camel/resume/cache/ResumeCache.java
+++ b/core/camel-api/src/main/java/org/apache/camel/resume/cache/ResumeCache.java
@@ -17,7 +17,6 @@
 
 package org.apache.camel.resume.cache;
 
-import java.util.function.BiConsumer;
 import java.util.function.BiFunction;
 import java.util.function.Function;
 
@@ -98,6 +97,7 @@ public interface ResumeCache<K> {
 
     /**
      * Performs the given action for each member of the cache
+     * 
      * @param action the action to execute
      */
     void forEach(BiFunction<? super K, ? super Object, Boolean> action);