mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-18 07:55:42 +00:00
Serializable classes do not declare serialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32cf644772
commit
d21daa27fc
@ -46,6 +46,7 @@
|
||||
@Immutable
|
||||
final class OptionsHttp11Response extends AbstractHttpMessage implements HttpResponse {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private final StatusLine statusLine = new BasicStatusLine(HttpVersion.HTTP_1_1,
|
||||
HttpStatus.SC_NOT_IMPLEMENTED, "");
|
||||
private final ProtocolVersion version = HttpVersion.HTTP_1_1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user