Skip to content

Commit 82bf1c7

Browse files
committed
Add @SInCE 5.4.0 to ConnectionFactory#enableHostnameVerification
References #394 (cherry picked from commit 9c8a128)
1 parent 31bdd47 commit 82bf1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)