Fix broken javadocs, again...

pull/17/merge
Richard Körber 2015-12-18 00:32:09 +01:00
parent 251e5af317
commit dba96d0531
1 changed files with 5 additions and 5 deletions

View File

@ -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 {