File tree Expand file tree Collapse file tree
trunk/gcloud-java-storage/src
main/java/com/google/gcloud/storage
test/java/com/google/gcloud/storage/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 438896b96ded6829c3fe869a145ab3cf2c9bcaf9
2+ refs/heads/master: e66c9a48fc3dc6e952922d01375a2943161f7fca
33refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
Original file line number Diff line number Diff line change @@ -701,8 +701,7 @@ public static BlobListOption recursive(boolean recursive) {
701701 }
702702
703703 /**
704- * If set to {@code true}, lists all versions of a blob.
705- * The default is {@code false}.
704+ * If set to {@code true}, lists all versions of a blob. The default is {@code false}.
706705 *
707706 * @see <a href ="https://cloud.google.com/storage/docs/object-versioning">Object Versioning</a>
708707 */
Original file line number Diff line number Diff line change 3333import com .google .gcloud .ReadChannel ;
3434import com .google .gcloud .RestorableState ;
3535import com .google .gcloud .WriteChannel ;
36- import com .google .gcloud .storage .*;
36+ import com .google .gcloud .storage .BatchRequest ;
37+ import com .google .gcloud .storage .BatchResponse ;
38+ import com .google .gcloud .storage .Blob ;
39+ import com .google .gcloud .storage .BlobId ;
40+ import com .google .gcloud .storage .BlobInfo ;
41+ import com .google .gcloud .storage .Bucket ;
42+ import com .google .gcloud .storage .BucketInfo ;
43+ import com .google .gcloud .storage .CopyWriter ;
44+ import com .google .gcloud .storage .HttpMethod ;
45+ import com .google .gcloud .storage .Storage ;
3746import com .google .gcloud .storage .Storage .BlobField ;
3847import com .google .gcloud .storage .Storage .BucketField ;
48+ import com .google .gcloud .storage .StorageException ;
3949import com .google .gcloud .storage .testing .RemoteGcsHelper ;
4050
4151import org .junit .AfterClass ;
You can’t perform that action at this time.
0 commit comments