Skip to content

Commit d957f8b

Browse files
Fix copy-n-paste errors in JmsClient Javadoc
Closes gh-35163 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
1 parent 14767d6 commit d957f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static JmsClient create(ConnectionFactory connectionFactory, MessageConverter me
8282
}
8383

8484
/**
85-
* Create a new {@code JmsClient} for the given {@link ConnectionFactory}.
85+
* Create a new {@code JmsClient} for the given {@link JmsOperations}.
8686
* @param jmsTemplate the {@link JmsTemplate} to use for performing operations
8787
* (can be a custom {@link JmsOperations} implementation as well)
8888
*/
@@ -91,7 +91,7 @@ static JmsClient create(JmsOperations jmsTemplate) {
9191
}
9292

9393
/**
94-
* Create a new {@code JmsClient} for the given {@link ConnectionFactory}.
94+
* Create a new {@code JmsClient} for the given {@link JmsOperations}.
9595
* @param jmsTemplate the {@link JmsTemplate} to use for performing operations
9696
* (can be a custom {@link JmsOperations} implementation as well)
9797
* @param messageConverter the message converter for payload objects

0 commit comments

Comments
 (0)