Merge pull request #85 from eonezhang/master
OkHttpClientFactory compile error
This commit is contained in:
commit
39d84f7d5e
@ -21,7 +21,7 @@ public class OkHttpClientFactory extends HttpClientFactory {
|
||||
try {
|
||||
okHttpClientFactory = new OkHttpClient3Factory();
|
||||
} catch (Throwable e2) {
|
||||
throw e2;
|
||||
throw new RuntimeException(e2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user