Skip to content

Commit a58fef5

Browse files
committed
fixed TODO format
1 parent f8d514c commit a58fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockserver-core/src/main/java/org/mockserver/socket/tls/KeyAndCertificateFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static void addSubjectAlternativeName(String host) {
8989
if (host != null) {
9090
String hostWithoutPort = StringUtils.substringBefore(host, ":");
9191

92-
// TODO make IP resolution as an optional setting
92+
// TODO(jamesdbloom) make IP resolution as an optional setting
9393
if (!ConfigurationProperties.containsSslSubjectAlternativeName(hostWithoutPort)) {
9494
try {
9595
// resolve host name for subject alternative name in case host name is ip address

0 commit comments

Comments
 (0)