mirror of https://github.com/apache/jclouds.git
Deprecate StreamingPayload
This commit is contained in:
parent
c2397f80ca
commit
b3f7838958
|
@ -31,7 +31,9 @@ import org.jclouds.io.WriteTo;
|
||||||
* streaming while Amazon S3 does not.
|
* streaming while Amazon S3 does not.
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
|
* @deprecated use ByteSourcePayload or InputStreamPayload instead (will be removed in jclouds 1.8)
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class StreamingPayload implements Payload {
|
public class StreamingPayload implements Payload {
|
||||||
|
|
||||||
protected transient volatile boolean written;
|
protected transient volatile boolean written;
|
||||||
|
|
Loading…
Reference in New Issue