Skip to content

Commit

Permalink
fix style and formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aozarov committed Mar 1, 2016
1 parent 438896b commit e66c9a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,7 @@ public static BlobListOption recursive(boolean recursive) {
}

/**
* If set to {@code true}, lists all versions of a blob.
* The default is {@code false}.
* If set to {@code true}, lists all versions of a blob. The default is {@code false}.
*
* @see <a href ="https://cloud.google.com/storage/docs/object-versioning">Object Versioning</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,19 @@
import com.google.gcloud.ReadChannel;
import com.google.gcloud.RestorableState;
import com.google.gcloud.WriteChannel;
import com.google.gcloud.storage.*;
import com.google.gcloud.storage.BatchRequest;
import com.google.gcloud.storage.BatchResponse;
import com.google.gcloud.storage.Blob;
import com.google.gcloud.storage.BlobId;
import com.google.gcloud.storage.BlobInfo;
import com.google.gcloud.storage.Bucket;
import com.google.gcloud.storage.BucketInfo;
import com.google.gcloud.storage.CopyWriter;
import com.google.gcloud.storage.HttpMethod;
import com.google.gcloud.storage.Storage;
import com.google.gcloud.storage.Storage.BlobField;
import com.google.gcloud.storage.Storage.BucketField;
import com.google.gcloud.storage.StorageException;
import com.google.gcloud.storage.testing.RemoteGcsHelper;

import org.junit.AfterClass;
Expand Down

0 comments on commit e66c9a4

Please sign in to comment.