Skip to content

Commit 33d1a6d

Browse files
authored
Update exercise2.jv
1 parent 8a1bf9f commit 33d1a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/exercise2.jv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline treesPipeline {
2121
treesTextFileInterpreter
2222
-> treesCSVInterpreter
2323
//-> NameHeaderWriter
24-
-> DBAColumnDeleter
24+
//-> DBAColumnDeleter
2525
-> treesTableInterpreter
2626
-> treesLoader;
2727

@@ -112,4 +112,4 @@ pipeline treesPipeline {
112112
// 16. Congratulations!
113113
// You can now use the sink for your data analysis, app,
114114
// or whatever you want to do with the cleaned data.
115-
}
115+
}

0 commit comments

Comments
 (0)