Skip to content

Commit 0ff3ce5

Browse files
committed
Add missing bracket
1 parent 7018fac commit 0ff3ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/AsyncHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public ListenableFuture<Response> executeRequest(Request request) throws IOExcep
497497
}
498498

499499
/**
500-
* Configure and execute the associated @link RequestFilter}. This class may decorate the {@link Request} and {@link AsyncHandler}
500+
* Configure and execute the associated {@link RequestFilter}. This class may decorate the {@link Request} and {@link AsyncHandler}
501501
*
502502
* @param fc {@link FilterContext}
503503
* @return {@link FilterContext}

0 commit comments

Comments
 (0)