コード例 #1
0
ファイル: S3Resource.java プロジェクト: coffeemug13/CloudCopy
 /**
  * Reset the resource to an "new" status. The {@link #s3URL} is not reset, because it defines a
  * S3Resource
  */
 @Override
 protected void reset() {
   super.reset();
   this.s3Object = null;
   this.modifiedHeader = null;
 }