Skip to content

Commit 31bdd47

Browse files
committed
Add Javadoc @SInCE 5.4.0 for hostname verification
References #394 (cherry picked from commit b5079b4)
1 parent 16daff1 commit 31bdd47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Note {@link SocketChannelConfigurator}s can be combined with
2222
* {@link SocketChannelConfigurator#andThen(SocketChannelConfigurator)}.
2323
*
24-
* @since 5.5.0
24+
* @since 5.4.0
2525
*/
2626
public abstract class SocketChannelConfigurators {
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Note {@link SocketConfigurator}s can be combined with
2525
* {@link SocketConfigurator#andThen(SocketConfigurator)}.
2626
*
27-
* @since 5.5.0
27+
* @since 5.4.0
2828
*/
2929
public abstract class SocketConfigurators {
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Note {@link SslEngineConfigurator}s can be combined with
2424
* {@link SslEngineConfigurator#andThen(SslEngineConfigurator)}.
2525
*
26-
* @since 5.5.0
26+
* @since 5.4.0
2727
*/
2828
public abstract class SslEngineConfigurators {
2929

0 commit comments

Comments
 (0)