mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user