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

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


The following commit(s) were added to refs/heads/main by this push:
     new 05bc0406ddb Fix error message (#8047)
05bc0406ddb is described below

commit 05bc0406ddbfa5041665189dc4f9ee97ec606542
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Wed Jul 27 06:16:16 2022 +0200

    Fix error message (#8047)
---
 .../org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java
 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java
index 5a79d26cd01..89c1619d6a7 100644
--- 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java
+++ 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java
@@ -83,7 +83,7 @@ public class ServiceInterfaceStrategy implements 
ElementNameStrategy {
             } else {
                 throw new IllegalArgumentException(
                         "Result type of method " + method.getName()
-                                                   + " is not annotated with 
WebParam. This is not yet supported");
+                                                   + " is not annotated with 
WebResult. This is not yet supported");
             }
         }
     }

Reply via email to