Skip to content

Commit 8e3dd19

Browse files
authored
Fix typo in the CachingConnectionFactory Javadoc
1 parent b5ee282 commit 8e3dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* <p>
8585
* <b>{@link CacheMode#CONNECTION} is not compatible with a Rabbit Admin that auto-declares queues etc.</b>
8686
* <p>
87-
* <b>NOTE: This ConnectionFactory requires explicit closing of all Channels obtained form its Connection(s).</b>
87+
* <b>NOTE: This ConnectionFactory requires explicit closing of all Channels obtained from its Connection(s).</b>
8888
* This is the usual recommendation for native Rabbit access code anyway. However, with this ConnectionFactory, its use
8989
* is mandatory in order to actually allow for Channel reuse. {@link Channel#close()} returns the channel to the
9090
* cache, if there is room, or physically closes the channel otherwise.

0 commit comments

Comments
 (0)