Skip to content

Commit 58e37e9

Browse files
committed
---
yaml --- r: 1737 b: refs/heads/master c: e66c9a4 h: refs/heads/master i: 1735: 557a5f3
1 parent 34f07f0 commit 58e37e9

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 438896b96ded6829c3fe869a145ab3cf2c9bcaf9
2+
refs/heads/master: e66c9a48fc3dc6e952922d01375a2943161f7fca
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/gcloud-java-storage/src/main/java/com/google/gcloud/storage/Storage.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/

trunk/gcloud-java-storage/src/test/java/com/google/gcloud/storage/it/ITStorageTest.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,19 @@
3333
import com.google.gcloud.ReadChannel;
3434
import com.google.gcloud.RestorableState;
3535
import 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;
3746
import com.google.gcloud.storage.Storage.BlobField;
3847
import com.google.gcloud.storage.Storage.BucketField;
48+
import com.google.gcloud.storage.StorageException;
3949
import com.google.gcloud.storage.testing.RemoteGcsHelper;
4050

4151
import org.junit.AfterClass;

0 commit comments

Comments
 (0)