We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e4f40 commit e34f2f6Copy full SHA for e34f2f6
rest-server-driver/src/main/java/com/github/restdriver/serverdriver/RestServerDriver.java
@@ -678,7 +678,7 @@ public static void setClientConnectionManager(ClientConnectionManager ccm) {
678
*
679
* @param httpParams
680
*/
681
- public static void getHttpParams(HttpParams httpParams) {
+ public static void setHttpParams(HttpParams httpParams) {
682
RestServerDriver.httpParams = httpParams;
683
}
684
0 commit comments