Skip to content

Commit 50b8933

Browse files
authored
Update StreamAppForeachSink.java
1 parent bb571a0 commit 50b8933

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/main/java/com/example/StreamAppForeachSink.java‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public class StreamAppForeachSink{
2222

2323
publicstaticvoidmain(String[] args) throwsAnalysisException,
2424
StreamingQueryException{
25-
26-
StringoutPath = args[0];
25+
2726
StringcheckpointDir = args[1];
2827

2928
ObjectMappermapper = newObjectMapper();

0 commit comments

Comments
(0)