This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7c5bf3b17c505363ffa523f95c1d62b001b71f2b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 9 07:48:39 2021 +0100 Regen --- .../component/milo/client/MiloClientCachingConnectionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java index c3662a2..e9b4f8c 100644 --- a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java +++ b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java @@ -25,8 +25,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * A caching {@link MiloClientConnectionManager} which cache and reuses the same {@link MiloClientConnection} - * for clients with the same cache id ({@link MiloClientConfiguration#toCacheId()}. + * A caching {@link MiloClientConnectionManager} which cache and reuses the same {@link MiloClientConnection} for + * clients with the same cache id ({@link MiloClientConfiguration#toCacheId()}. */ public class MiloClientCachingConnectionManager implements MiloClientConnectionManager {