Skip to content

Commit f358033

Browse files
committed
---
yaml --- r: 4565 b: refs/heads/logging-alpha c: e66c9a4 h: refs/heads/master i: 4563: 37a2695
1 parent d4e4336 commit f358033

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
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 438896b96ded6829c3fe869a145ab3cf2c9bcaf9
15+
refs/heads/logging-alpha: e66c9a48fc3dc6e952922d01375a2943161f7fca
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/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
*/

branches/logging-alpha/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)