Skip to content

Commit

Permalink
(#171) Use @link instead of @see
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jun 25, 2020
1 parent 1370d14 commit 52dd9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/http/request/FakeRequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void fetchThrowsExceptionWhenBodyIsNotEmpty() throws Exception {
/**
* FakeRequest returns the Response Body if the Request Body is set.
* @throws Exception If something goes wrong inside.
* @see https://github.com/jcabi/jcabi-http/issues/47
* @link https://github.com/jcabi/jcabi-http/issues/47
*/
@Test
public void fakeRequestReturnsResponseBody() throws Exception {
Expand Down

0 comments on commit 52dd9fb

Please sign in to comment.