Fix checkstyle
This commit is contained in:
parent
220951707b
commit
f15bd88211
|
@ -392,7 +392,7 @@ class DefaultWebClient implements WebClient {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public HttpHeaders getHeaders() {
|
public HttpHeaders getHeaders() {
|
||||||
return headers;
|
return this.headers;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue