Deprecate StreamingPayload

This commit is contained in:
Andrew Gaul 2014-02-19 10:12:06 -08:00
parent c2397f80ca
commit b3f7838958
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@ import org.jclouds.io.WriteTo;
* streaming while Amazon S3 does not.
*
* @author Adrian Cole
* @deprecated use ByteSourcePayload or InputStreamPayload instead (will be removed in jclouds 1.8)
*/
@Deprecated
public class StreamingPayload implements Payload {
protected transient volatile boolean written;