Fix copy-n-paste errors in JmsClient Javadoc

Closes gh-35163

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
NeatGuyCoding
2025-07-07 18:41:35 +08:00
committed by GitHub
parent 14767d64b5
commit d957f8bb5d
@@ -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