apupier commented on code in PR #20334:
URL: https://github.com/apache/camel/pull/20334#discussion_r2606190379
##########
components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/common/CxfOperationException.java:
##########
@@ -16,12 +16,11 @@
*/
package org.apache.camel.component.cxf.common;
-import java.io.Serializable;
import java.util.Map;
import org.apache.camel.CamelException;
-public class CxfOperationException extends CamelException implements
Serializable {
+public class CxfOperationException extends CamelException {
private static final long serialVersionUID = 803109169584916327L;
Review Comment:
Shouldn't we remove this attribute if the class does not implement
Serializable explicitly?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]