You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/02/28 12:12:24 UTC

[camel] branch main updated: Should not be deprecated

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 58a67965fd9 Should not be deprecated
58a67965fd9 is described below

commit 58a67965fd9e5c6816d0f5eed87e81cda17d74d3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Feb 28 13:11:53 2023 +0100

    Should not be deprecated
---
 .../main/java/org/apache/camel/support/component/ApiMethodParser.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/component/ApiMethodParser.java b/core/camel-support/src/main/java/org/apache/camel/support/component/ApiMethodParser.java
index fabdcb36500..14fc1b9d4ab 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/component/ApiMethodParser.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/component/ApiMethodParser.java
@@ -372,7 +372,6 @@ public abstract class ApiMethodParser<T> {
             return name;
         }
 
-        @Deprecated
         public Class<?> getResultType() {
             return resultType;
         }