Skip to content

Commit

Permalink
Add @SInCE 5.4.0 to ConnectionFactory#enableHostnameVerification
Browse files Browse the repository at this point in the history
References #394
  • Loading branch information
acogoluegnes committed Aug 27, 2018
1 parent 694e520 commit 9c8a128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/rabbitmq/client/ConnectionFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ public void useSslProtocol(SSLContext context) {
* @see ConnectionFactory#useSslProtocol(SSLContext)
* @see ConnectionFactory#useSslProtocol()
* @see ConnectionFactory#useSslProtocol(String, TrustManager)
* @since 5.4.0
*/
public void enableHostnameVerification() {
enableHostnameVerificationForNio();
Expand Down

0 comments on commit 9c8a128

Please sign in to comment.