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 @@ import java.io.InterruptedIOException;
|
|||
*/
|
||||
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 @@ package org.apache.http.impl.cookie;
|
|||
*/
|
||||
public class DateParseException extends Exception {
|
||||
|
||||
static final long serialVersionUID = 4417696455000643370L;
|
||||
private static final long serialVersionUID = 4417696455000643370L;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue