File tree Expand file tree Collapse file tree
google-cloud-storage/src/main/java/com/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments