From d957f8bb5dee73c4fb2b00eb4596ce273e074b68 Mon Sep 17 00:00:00 2001 From: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:41:35 +0800 Subject: [PATCH] Fix copy-n-paste errors in JmsClient Javadoc Closes gh-35163 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com> --- .../src/main/java/org/springframework/jms/core/JmsClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java b/spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java index 736380d2117..1c71e9f1a7d 100644 --- a/spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java +++ b/spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java @@ -82,7 +82,7 @@ interface JmsClient { } /** - * Create a new {@code JmsClient} for the given {@link ConnectionFactory}. + * Create a new {@code JmsClient} for the given {@link JmsOperations}. * @param jmsTemplate the {@link JmsTemplate} to use for performing operations * (can be a custom {@link JmsOperations} implementation as well) */ @@ -91,7 +91,7 @@ interface JmsClient { } /** - * Create a new {@code JmsClient} for the given {@link ConnectionFactory}. + * Create a new {@code JmsClient} for the given {@link JmsOperations}. * @param jmsTemplate the {@link JmsTemplate} to use for performing operations * (can be a custom {@link JmsOperations} implementation as well) * @param messageConverter the message converter for payload objects