Add missing serial version ID (default 1L).

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-26 20:42:59 +00:00
parent 2ed551ff45
commit 5929a47ff8
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ public class TestAbortHandling extends LocalServerTestBase {
}
private static class CustomGet extends HttpGet {
private static final long serialVersionUID = 1L;
private final CountDownLatch releaseTriggerLatch;
public CustomGet(final String uri, final CountDownLatch releaseTriggerLatch) {