summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/entity/ByteArrayEntity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/http/entity/ByteArrayEntity.java')
-rw-r--r--src/org/apache/http/entity/ByteArrayEntity.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/org/apache/http/entity/ByteArrayEntity.java b/src/org/apache/http/entity/ByteArrayEntity.java
index c7257f7..910a68b 100644
--- a/src/org/apache/http/entity/ByteArrayEntity.java
+++ b/src/org/apache/http/entity/ByteArrayEntity.java
@@ -44,7 +44,12 @@ import java.io.OutputStream;
* @version $Revision: 604625 $
*
* @since 4.0
+ *
+ * @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 ByteArrayEntity extends AbstractHttpEntity implements Cloneable {
protected final byte[] content;