Skip to content

Commit

Permalink
Fix additional comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Sep 4, 2018
1 parent 50b0cf7 commit db07b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ public List<Acl> listDefaultAcls() {
* storage.lockRetentionPolicy(bucket, BucketTargetOption.metagenerationMatch());
* }</pre>
*
* @return locked bucket
* @return a {@code Bucket} object of the locked bucket
* @throws StorageException upon failure
*/
public Bucket lockRetentionPolicy(BucketTargetOption... options) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ public static Builder newBuilder() {
* storage.lockRetentionPolicy(bucket, BucketTargetOption.metagenerationMatch());
* }</pre>
*
* @return locked bucket
* @return a {@code Bucket} object of the locked bucket
* @throws StorageException upon failure
*/
Bucket lockRetentionPolicy(BucketInfo bucket, BucketTargetOption... options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ void write(String uploadId, byte[] toWrite, int toWriteOffset, long destOffset,

/**
* Lock retention policy for the provided bucket.
* @return locked bucket
*
* @return a {@code Bucket} object of the locked bucket
* @throws StorageException upon failure
*/
Bucket lockRetentionPolicy(Bucket bucket, Map<Option, ?> options);
Expand Down

0 comments on commit db07b0c

Please sign in to comment.