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 372bd4034a0 Regen to fix main branch PR (#14576) 372bd4034a0 is described below commit 372bd4034a01fbb40b94be1d6a382e11f639dc47 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Tue Jun 18 18:19:46 2024 +0200 Regen to fix main branch PR (#14576) Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- core/camel-api/src/main/java/org/apache/camel/Message.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/Message.java b/core/camel-api/src/main/java/org/apache/camel/Message.java index b161014e285..7d16a208081 100644 --- a/core/camel-api/src/main/java/org/apache/camel/Message.java +++ b/core/camel-api/src/main/java/org/apache/camel/Message.java @@ -250,7 +250,8 @@ public interface Message { * <a href="http://camel.apache.org/stream-caching.html">stream caching</a>. * * @param type the type that the body - * @return the body of the message as the specified type, or <tt>null</tt> if body does not exist + * @return the body of the message as the specified type, or <tt>null</tt> if body does not + * exist * @throws TypeConversionException is thrown if error during type conversion */ <T> T getBody(Class<T> type);