Skip to content

Commit 1004a95

Browse files
committed
excersise2 corrected
Signed-off-by: Anosh Rezaei <ahmadanosh.ar@gmail.com>
1 parent 93d80b7 commit 1004a95

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

@@ -95,7 +95,7 @@ pipeline treesPipeline {
9595
"stadtteil" oftype stadtteil,
9696
"standort" oftype text,
9797
"baumart_botanisch" oftype text,
98-
"baumart_deutsch" oftype text,
98+
//"baumart_deutsch" oftype text,
9999
"id" oftype geopoint
100100
];
101101
}

0 commit comments

Comments
 (0)