diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/ssh/PrivateKeyValidator.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/ssh/PrivateKeyValidator.java index a3632538..cd95a705 100644 --- a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/ssh/PrivateKeyValidator.java +++ b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/ssh/PrivateKeyValidator.java @@ -32,7 +32,7 @@ import static org.springframework.cloud.config.server.ssh.SshPropertyValidator.i import static org.springframework.util.StringUtils.hasText; /** - * JSR-303 Cross Field validator that ensures that a {@link SshUriProperties} bean for the constraints: + * JSR-303 Cross Field validator that ensures that an {@link SshUriProperties} bean for the constraints: * - Private key is present and can be correctly parsed using {@link com.jcraft.jsch.KeyPair} * * Beans annotated with {@link PrivateKeyValidator} and {@link Validated} will have the constraints applied. @@ -67,9 +67,9 @@ public class PrivateKeyValidator implements ConstraintValidator