Skip to content

Commit

Permalink
Merge pull request #68 from pzygielo/selfass
Browse files Browse the repository at this point in the history
WAGON-597 Fix self-assignment and set class field
  • Loading branch information
olamy committed Jun 6, 2020
2 parents a83c84e + cdc61f7 commit a7c8e34
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -670,9 +670,9 @@ public static CloseableHttpClient getHttpClient()
return httpClient;
}

public static void setPersistentPool( boolean persistentPool )
public static void setPersistentPool( boolean persistent )
{
persistentPool = persistentPool;
persistentPool = persistent;
}

public static void setPoolingHttpClientConnectionManager(
Expand Down

0 comments on commit a7c8e34

Please sign in to comment.