Fix checkstyle

This commit is contained in:
Arjen Poutsma 2018-12-07 15:06:48 +01:00
parent 220951707b
commit f15bd88211
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class DefaultWebClient implements WebClient {
@Override
public HttpHeaders getHeaders() {
return headers;
return this.headers;
}
};
}