Serializable classes do not declare serialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed71da8cbb
commit
3054cfb666
|
@ -48,6 +48,7 @@ import org.apache.hc.core5.util.Args;
|
|||
class InternalHttpRequest extends AbstractHttpMessage
|
||||
implements HttpUriRequest, HttpExecutionAware, Configurable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private final String method;
|
||||
private ProtocolVersion version;
|
||||
private URI uri;
|
||||
|
|
Loading…
Reference in New Issue