Skip to content

Commit 9c8a128

Browse files
committed
Add @SInCE 5.4.0 to ConnectionFactory#enableHostnameVerification
References #394
1 parent 694e520 commit 9c8a128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

+1
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ public void useSslProtocol(SSLContext context) {
746746
* @see ConnectionFactory#useSslProtocol(SSLContext)
747747
* @see ConnectionFactory#useSslProtocol()
748748
* @see ConnectionFactory#useSslProtocol(String, TrustManager)
749+
* @since 5.4.0
749750
*/
750751
public void enableHostnameVerification() {
751752
enableHostnameVerificationForNio();

0 commit comments

Comments
 (0)