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

jeremyross 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 0fb6a6a  camel-file: doc fix
0fb6a6a is described below

commit 0fb6a6ae26bd5adfde19079a2b58ade6da192b6f
Author: Jeremy Ross <jeremy.g.r...@gmail.com>
AuthorDate: Tue Sep 21 13:26:26 2021 -0500

    camel-file: doc fix
---
 .../java/org/apache/camel/component/file/GenericFileEndpoint.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
index 09a4705..02826b1 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
@@ -275,7 +275,7 @@ public abstract class GenericFileEndpoint<T> extends 
ScheduledPollEndpoint imple
                                                                                
       + "use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}")
     protected Expression idempotentKey;
     @UriParam(label = "consumer,filter", description = "A pluggable repository 
org.apache.camel.spi.IdempotentRepository "
-                                                       + "which by default use 
MemoryMessageIdRepository if none is specified and idempotent is true.")
+                                                       + "which by default use 
MemoryIdempotentRepository if none is specified and idempotent is true.")
     protected IdempotentRepository idempotentRepository;
     @UriParam(label = "consumer,filter",
               description = "Pluggable filter as a 
org.apache.camel.component.file.GenericFileFilter "
@@ -909,7 +909,7 @@ public abstract class GenericFileEndpoint<T> extends 
ScheduledPollEndpoint imple
     }
 
     /**
-     * A pluggable repository org.apache.camel.spi.IdempotentRepository which 
by default use MemoryMessageIdRepository
+     * A pluggable repository org.apache.camel.spi.IdempotentRepository which 
by default use MemoryIdempotentRepository
      * if none is specified and idempotent is true.
      */
     public void setIdempotentRepository(IdempotentRepository 
idempotentRepository) {

Reply via email to