Skip to content

Commit 3e73df6

Browse files
author
Stephane Landelle
committed
minor clean up
1 parent 468ff38 commit 3e73df6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/ning/http/client/async/PostRedirectGetTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void postRedirectGet307Test() throws Exception {
7373

7474
private void doTestNegative(final int status, boolean strict) throws Exception {
7575
AsyncHttpClient p = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setFollowRedirects(true).setStrict302Handling(strict).addResponseFilter(new ResponseFilter() {
76-
@Override
7776
public FilterContext filter(FilterContext ctx) throws FilterException {
7877
// pass on the x-expect-get and remove the x-redirect
7978
// headers if found in the response
@@ -108,7 +107,6 @@ public void onThrowable(Throwable t) {
108107

109108
private void doTestPositive(final int status) throws Exception {
110109
AsyncHttpClient p = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setFollowRedirects(true).addResponseFilter(new ResponseFilter() {
111-
@Override
112110
public FilterContext filter(FilterContext ctx) throws FilterException {
113111
// pass on the x-expect-get and remove the x-redirect
114112
// headers if found in the response

0 commit comments

Comments
 (0)