mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 23:16:33 +00:00
serialVersionUID attributes are private
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@609105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df7397bbe0
commit
df9d1ddc2c
@ -43,7 +43,7 @@
|
||||
*/
|
||||
public class ConnectTimeoutException extends InterruptedIOException {
|
||||
|
||||
static final long serialVersionUID = -4816682903149535989L;
|
||||
private static final long serialVersionUID = -4816682903149535989L;
|
||||
|
||||
/**
|
||||
* Creates a ConnectTimeoutException with a <tt>null</tt> detail message.
|
||||
|
@ -41,7 +41,7 @@
|
||||
*/
|
||||
public class DateParseException extends Exception {
|
||||
|
||||
static final long serialVersionUID = 4417696455000643370L;
|
||||
private static final long serialVersionUID = 4417696455000643370L;
|
||||
|
||||
/**
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user