Skip to content

Commit 6f8c150

Browse files
committed
Fix Javadoc
(cherry picked from commit 3200e34)
1 parent 8debefc commit 6f8c150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/jms/admin/RMQConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ public List<String> getUris() {
963963
/**
964964
* Set a post-processor for the AMQP {@link com.rabbitmq.client.ConnectionFactory}.
965965
* <p>
966-
* The post-processor is called before the AMQP creation. This callback can be
966+
* The post-processor is called before the AMQP connection creation. This callback can be
967967
* useful to customize the {@link com.rabbitmq.client.ConnectionFactory}:
968968
* TLS-related configuration, metrics collection, etc.
969969
*

0 commit comments

Comments
 (0)