Skip to content

Commit 300cd42

Browse files
committed
Remove @
1 parent 2f797be commit 300cd42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public abstract static class Builder {
343343
* Sets whether a user accessing the bucket or an object it contains should assume the transit costs
344344
* related to the access.
345345
*
346-
* @GcpLaunchStage.Alpha
346+
* GcpLaunchStage.Alpha
347347
*/
348348
abstract Builder setRequesterPays(Boolean requesterPays);
349349

@@ -505,7 +505,7 @@ public Builder setVersioningEnabled(Boolean enable) {
505505
return this;
506506
}
507507

508-
/** @GcpLaunchStage.Alpha */
508+
/** GcpLaunchStage.Alpha */
509509
@Override
510510
public Builder setRequesterPays(Boolean enable) {
511511
this.requesterPays = firstNonNull(enable, Data.<Boolean>nullOf(Boolean.class));
@@ -652,7 +652,7 @@ public Boolean versioningEnabled() {
652652
* Returns {@code true} if a user accessing the bucket or an object it contains should assume the transit costs
653653
* related to the access, {@code false} otherwise.
654654
*
655-
* @GcpLaunchStage.Alpha
655+
* GcpLaunchStage.Alpha
656656
*/
657657
public Boolean requesterPays() {
658658
return Data.isNull(requesterPays) ? null : requesterPays;

0 commit comments

Comments
 (0)