mirror of https://github.com/shred/acme4j
Fix broken javadocs, again...
parent
251e5af317
commit
dba96d0531
|
@ -70,7 +70,7 @@ public class DefaultConnectionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test if {@link Connection#getNonceFromHeader(HttpURLConnection)} throws an
|
* Test if {@link DefaultConnection#getNonceFromHeader(HttpURLConnection)} throws an
|
||||||
* exception if there is no {@code Replay-Nonce} header.
|
* exception if there is no {@code Replay-Nonce} header.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
|
@ -89,8 +89,8 @@ public class DefaultConnectionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that {@link Connection#getNonceFromHeader(HttpURLConnection)} extracts a
|
* Test that {@link DefaultConnection#getNonceFromHeader(HttpURLConnection)} extracts
|
||||||
* {@code Replay-Nonce} header correctly.
|
* a {@code Replay-Nonce} header correctly.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testGetNonceFromHeader() throws AcmeException {
|
public void testGetNonceFromHeader() throws AcmeException {
|
||||||
|
@ -109,8 +109,8 @@ public class DefaultConnectionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that {@link Connection#getNonceFromHeader(HttpURLConnection)} fails on an
|
* Test that {@link DefaultConnection#getNonceFromHeader(HttpURLConnection)} fails on
|
||||||
* invalid {@code Replay-Nonce} header.
|
* an invalid {@code Replay-Nonce} header.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testInvalidNonceFromHeader() throws AcmeException {
|
public void testInvalidNonceFromHeader() throws AcmeException {
|
||||||
|
|
Loading…
Reference in New Issue