Skip to content

Commit 221c7af

Browse files
committed
SNI fixes
1 parent 7b70ad6 commit 221c7af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

quickfixj-core/src/test/java/quickfix/mina/ssl/SSLCertificateTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,16 +1516,17 @@ private static HashMap<Object, Object> createDefaults(int port) {
15161516
}
15171517

15181518
/**
1519-
* Skips test when localhost alias is not available.
1519+
* Skips the test if the localhost alias is not available.
15201520
*/
15211521
private static void assumeLocalhostAliasAvailable() {
15221522
assumeTrue(LOCALHOST_ALIAS + " alias required", isLocalhostAliasAvailable());
15231523
}
15241524

15251525
/**
1526-
* Checks whether the configured localhost alias can be resolved to a valid IP address.
1526+
* Determines whether the configured localhost alias can be resolved to a valid IP address.
15271527
*
1528-
* @return {@code true} if the localhost alias can be resolved successfully, {@code false} otherwise.
1528+
* @return {@code true} if the localhost alias can be resolved successfully;
1529+
* {@code false} otherwise
15291530
*/
15301531
private static boolean isLocalhostAliasAvailable() {
15311532
try {

0 commit comments

Comments
 (0)