HTTPCLIENT-1472: deprecated DateParseException

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1598878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2014-05-31 14:42:37 +00:00
parent 30d5935629
commit 700b390d8e
1 changed files with 3 additions and 0 deletions

View File

@ -36,7 +36,10 @@ import org.apache.http.annotation.Immutable;
*
*
* @since 4.0
*
* @deprecated (4.3) no longer used.
*/
@Deprecated
@Immutable
public class DateParseException extends Exception {