Skip to content

Commit a33bbb0

Browse files
author
Jerjou Cheng
committed
AsyncQuerySample extends BigqueryUtils, so can't be final
1 parent 3f26d5b commit a33bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/src/main/java/com/google/cloud/bigquery/samples/BigqueryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* Helper functions for the other classes.
3939
*/
40-
public final class BigqueryUtils {
40+
public class BigqueryUtils {
4141

4242
/**
4343
* Private contructor to prevent creation of this class, which is just all

0 commit comments

Comments
 (0)