This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/3.21.1 in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/release/3.21.1 by this push: new 610ba4b93d6 Apply formatter 610ba4b93d6 is described below commit 610ba4b93d608dc269449cd543fffd2e1193de25 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Sep 24 07:29:29 2023 +0200 Apply formatter --- .../apache/camel/component/cxf/converter/CachedCxfPayload.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java b/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java index 9d56b3b8c67..1b9351ca245 100644 --- a/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java +++ b/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CachedCxfPayload.java @@ -49,11 +49,10 @@ import org.slf4j.LoggerFactory; /** * {@link org.apache.camel.StreamCache} implementation for CXF payload. * <p/> - * <b>Important:</b> - * All the classes from the Camel release that implements {@link StreamCache} is NOT intended for end users - * to create as instances, but they are part of - * Camels <a href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a> functionality. - */ + * <b>Important:</b> All the classes from the Camel release that implements {@link StreamCache} is NOT intended for end + * users to create as instances, but they are part of Camels + * <a href="https://camel.apache.org/manual/stream-caching.html">stream-caching</a> functionality. + */ public class CachedCxfPayload<T> extends CxfPayload<T> implements StreamCache { private static final Logger LOG = LoggerFactory.getLogger(CachedCxfPayload.class); private static String defaultCharset = ObjectHelper.getSystemProperty("org.apache.camel.default.charset", "UTF-8");