Update oauth package and ignore linting for it

OAuth2 isnt used therefore we can ignore it
This commit is contained in:
Jannis Mattheis
2018-11-14 20:38:38 +01:00
parent d4c6273214
commit 94d23c9248
4 changed files with 18 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ public class OAuthOkHttpClient implements HttpClient {
response.body().string(),
response.body().contentType().toString(),
response.code(),
response.headers().toMultimap(),
responseClass);
} catch (IOException e) {
throw new OAuthSystemException(e);