This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit f3ae6cf42f49ba8b14b99d38d9861564794e0225 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Tue Sep 26 10:57:26 2023 +0200 Apply formatter on camel-cxf-common module --- .../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 29bbfa7637d..c00ea0a869e 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");