Browse Source

Fix copy-n-paste errors in JmsClient Javadoc

Closes gh-35163

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
pull/34878/merge
NeatGuyCoding 5 months ago committed by GitHub
parent
commit
d957f8bb5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java

4
spring-jms/src/main/java/org/springframework/jms/core/JmsClient.java

@ -82,7 +82,7 @@ interface JmsClient { @@ -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 { @@ -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

Loading…
Cancel
Save