Skip to content

Commit 2544a46

Browse files
authored
---
yaml --- r: 8455 b: refs/heads/master c: 72ae1ff h: refs/heads/master i: 8453: 3a2a9e0 8451: 2adca7a 8447: bd370ef
1 parent a3257ef commit 2544a46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 18899622647d733a5fe2e1076f0e20db30f488b4
2+
refs/heads/master: 72ae1ffadc2a0c056177ff3c0cf563372b94a186
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ B setType(Type type) {
147147
* Sets the table schema.
148148
*/
149149
public B setSchema(Schema schema) {
150-
this.schema = checkNotNull(schema);
150+
this.schema = schema;
151151
return self();
152152
}
153153

0 commit comments

Comments
 (0)