Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 3d92915

Browse files
lint update
1 parent 286fb97 commit 3d92915

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/MaterializedViewDefinition.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,21 @@ public abstract static class Builder
5858
public abstract Builder setType(Type type);
5959

6060
/**
61-
* Sets the time partitioning configuration for the materialized view. If not set, the materialized view is not
62-
* time-partitioned.
61+
* Sets the time partitioning configuration for the materialized view. If not set, the
62+
* materialized view is not time-partitioned.
6363
*/
6464
public abstract Builder setTimePartitioning(TimePartitioning timePartitioning);
6565

6666
/**
67-
* Sets the range partitioning configuration for the materialized view. Only one of timePartitioning and
68-
* rangePartitioning should be specified.
67+
* Sets the range partitioning configuration for the materialized view. Only one of
68+
* timePartitioning and rangePartitioning should be specified.
6969
*/
7070
public abstract Builder setRangePartitioning(RangePartitioning rangePartitioning);
7171

7272
/**
73-
* Set the clustering configuration for the materialized view. If not set, the materialized view is not clustered.
74-
* BigQuery supports clustering for both partitioned and non-partitioned materialized views.
73+
* Set the clustering configuration for the materialized view. If not set, the materialized view
74+
* is not clustered. BigQuery supports clustering for both partitioned and non-partitioned
75+
* materialized views.
7576
*/
7677
public abstract Builder setClustering(Clustering clustering);
7778

0 commit comments

Comments
 (0)