Add dummy SVUIID

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1604884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-06-23 17:18:33 +00:00
parent 0490cdd679
commit c6113729e2

View File

@ -50,7 +50,9 @@ public class TestRFC2617Scheme {
static class TestAuthScheme extends RFC2617Scheme {
public TestAuthScheme() {
private static final long serialVersionUID = 1L;
public TestAuthScheme() {
super();
}