summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/client/methods/HttpDelete.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/client/methods/HttpDelete.java')
-rw-r--r--src/org/apache/http/client/methods/HttpDelete.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/client/methods/HttpDelete.java b/src/org/apache/http/client/methods/HttpDelete.java
index 4a0fb77..4661b49 100644
--- a/src/org/apache/http/client/methods/HttpDelete.java
+++ b/src/org/apache/http/client/methods/HttpDelete.java
@@ -45,7 +45,12 @@ import java.net.URI;
* status code returned from the origin server indicates that the action
* has been completed successfully.
* </blockquote>
+ *
+ * @deprecated Please use {@link java.net.URL#openConnection} instead.
+ * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
+ * for further details.
*/
+@Deprecated
public class HttpDelete extends HttpRequestBase {
public final static String METHOD_NAME = "DELETE";