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:
parent
30d5935629
commit
700b390d8e
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue