You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/02/19 20:38:55 UTC

[camel] branch master updated: ProcessorDefinition#toD: cacheSize parameter javadoc should reference ProducerCache instead of ConsumerCache

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a10c69e  ProcessorDefinition#toD: cacheSize parameter javadoc should reference ProducerCache instead of ConsumerCache
a10c69e is described below

commit a10c69e6ae029bef78385db321928e6cdcdfff9a
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Feb 19 21:38:36 2020 +0100

    ProcessorDefinition#toD: cacheSize parameter javadoc should reference ProducerCache instead of ConsumerCache
---
 .../src/main/java/org/apache/camel/model/ProcessorDefinition.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java b/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index 502126a..4e5da0f 100644
--- a/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++ b/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -259,7 +259,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
      * @param uri the dynamic endpoint to send to (resolved using simple
      *            language by default)
      * @param cacheSize sets the maximum size used by the
-     *            {@link org.apache.camel.spi.ConsumerCache} which is used to
+     *            {@link org.apache.camel.spi.ProducerCache} which is used to
      *            cache and reuse producers.
      * @return the builder
      */
@@ -277,7 +277,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
      * @param endpointProducerBuilder the dynamic endpoint to send to (resolved
      *            using simple language by default)
      * @param cacheSize sets the maximum size used by the
-     *            {@link org.apache.camel.spi.ConsumerCache} which is used to
+     *            {@link org.apache.camel.spi.ProducerCache} which is used to
      *            cache and reuse producers.
      * @return the builder
      */