Skip to content

Commit 41a623e

Browse files
author
Lixia Chen
committed
Chore: fix a comment
Change-Id: Iac28b6cbef3088e4e2d43d90655155369361c347
1 parent 3f70bec commit 41a623e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/UpdateAuthorizedViewRequest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ public UpdateAuthorizedViewRequest setAuthorizedViewType(
102102
return this;
103103
}
104104

105-
/** Configures if safety warnings should be disabled. */
105+
/**
106+
* Configures if safety warnings should be disabled. If set, then updates that making the
107+
* authorized view more restrictive are allowed.
108+
*/
106109
@SuppressWarnings("WeakerAccess")
107110
public UpdateAuthorizedViewRequest setIgnoreWarnings(boolean value) {
108111
requestBuilder.setIgnoreWarnings(value);

0 commit comments

Comments
 (0)