File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
metafacture-io/src/main/java/org/metafacture/io Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import org .metafacture .framework .FluxCommand ;
20
20
import org .metafacture .framework .MetafactureException ;
21
+ import org .metafacture .framework .annotations .Description ;
21
22
import org .metafacture .framework .annotations .In ;
23
+ import org .metafacture .framework .annotations .Out ;
22
24
23
25
import java .io .FileOutputStream ;
24
26
import java .io .IOException ;
38
40
*/
39
41
@ Description ("Writes objects to one (or more) file(s)" )
40
42
@ In (Object .class )
41
- @ In (Void .class )
43
+ @ Out (Void .class )
42
44
@ FluxCommand ("write-files" )
43
45
public final class ObjectFileWriter <T > extends AbstractObjectWriter <T > {
44
46
Original file line number Diff line number Diff line change 19
19
import org .metafacture .framework .FluxCommand ;
20
20
import org .metafacture .framework .annotations .Description ;
21
21
import org .metafacture .framework .annotations .In ;
22
+ import org .metafacture .framework .annotations .Out ;
22
23
23
24
import java .nio .charset .Charset ;
24
25
You can’t perform that action at this time.
0 commit comments