Skip to content

Commit

Permalink
fix: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan0102 committed Nov 1, 2023
1 parent c9db728 commit df3fc13
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public class JsonWriterStreamCdc {
public static void main(String[] args) throws Exception {
if (args.length < 4) {
System.out.println("Arguments: project, dataset, table, source_file");
return;
}

String projectId = args[0];
Expand Down

0 comments on commit df3fc13

Please sign in to comment.