Fix javadoc errors

pull/17/merge
Richard Körber 2015-12-16 00:44:31 +01:00
parent 0f4d5e114d
commit 5c68fcae40
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ import org.shredzone.acme4j.impl.GenericAcmeClient;
/**
* Abstract implementation of {@link AcmeClientProvider}. It consists of a challenge
* registry and a standard {@link #openConnection(URI)} implementation.
* registry and a standard {@link HttpConnector}.
* <p>
* Implementing classes must implement at least {@link AcmeClientProvider#accepts(URI)}
* and {@link AbstractAcmeClientProvider#resolve(URI)}.

View File

@ -36,8 +36,7 @@ import org.junit.experimental.categories.Category;
public class LetsEncryptHttpConnectorTest {
/**
* Test if the {@link LetsEncryptAcmeClientProvider#openConnection(URI)} accepts only
* the Let's Encrypt certificate.
* Test if the connector accepts only the Let's Encrypt certificate.
* <p>
* This test requires a network connection. It should be excluded from automated
* builds.

View File

@ -44,8 +44,9 @@ public class CertificateUtilsTest {
}
/**
* Test if {@link CertificateUtilsTest#writeX509CertificateTest()} writes a
* proper X.509 certificate.
* Test if
* {@link CertificateUtils#writeX509Certificate(X509Certificate, java.io.Writer)}
* writes a proper X.509 certificate.
*/
@Test
public void testWriteX509Certificate() throws IOException, CertificateException {