Skip to content

Commit 97279d9

Browse files
committed
nit
1 parent 193f885 commit 97279d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryCallableStatement.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,13 +665,13 @@ public <T> T getObject(String arg0, Class<T> arg1) throws SQLException {
665665

666666
@Override
667667
public Ref getRef(int arg0) throws SQLException {
668-
// TODO Auto-generated method stub
668+
// Auto-generated method stub
669669
return null;
670670
}
671671

672672
@Override
673673
public Ref getRef(String arg0) throws SQLException {
674-
// TODO Auto-generated method stub
674+
// Auto-generated method stub
675675
return null;
676676
}
677677

@@ -703,13 +703,13 @@ public RowId getRowId(String arg0) throws SQLException {
703703

704704
@Override
705705
public SQLXML getSQLXML(int arg0) throws SQLException {
706-
// TODO Auto-generated method stub
706+
// Auto-generated method stub
707707
return null;
708708
}
709709

710710
@Override
711711
public SQLXML getSQLXML(String arg0) throws SQLException {
712-
// TODO Auto-generated method stub
712+
// Auto-generated method stub
713713
return null;
714714
}
715715

0 commit comments

Comments
 (0)