Skip to content

Commit 86a5152

Browse files
committed
Fix examples and annotations on Flux command implementations
With the Flux validator in the Metafacture IDE, the `@In` and `@Out` annotations on the Flux command implementation classes are processed to check the workflows (see [1]). With the current Flux examples in metafacture-core, the IDE reports some errors and warnings which this commit fixes: - Update morph-marc21.flux to use the new `encode-literals` command - Fix `@In` and `@Out` annotations of `TripleCount` - Add some missing `@In`, `@Out`, and `@Description` annotations [1] culturegraph/metafacture-ide#23
1 parent 2b6de58 commit 86a5152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/morph/morph-marc21.flux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ open-file|
55
as-lines|
66
decode-marc21|
77
morph(FLUX_DIR + "morph-marc21.xml")|
8-
encode("literals")|
8+
encode-literals|
99
write("stdout");

0 commit comments

Comments
 (0)