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:
Roland Weber 2008-01-05 08:55:00 +00:00
parent df7397bbe0
commit df9d1ddc2c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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;
/**
*