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:
parent
2ed551ff45
commit
5929a47ff8
|
@ -504,6 +504,7 @@ public class TestAbortHandling extends LocalServerTestBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class CustomGet extends HttpGet {
|
private static class CustomGet extends HttpGet {
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
private final CountDownLatch releaseTriggerLatch;
|
private final CountDownLatch releaseTriggerLatch;
|
||||||
|
|
||||||
public CustomGet(final String uri, final CountDownLatch releaseTriggerLatch) {
|
public CustomGet(final String uri, final CountDownLatch releaseTriggerLatch) {
|
||||||
|
|
Loading…
Reference in New Issue