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 1818
1919import org .metafacture .framework .FluxCommand ;
2020import org .metafacture .framework .MetafactureException ;
21+ import org .metafacture .framework .annotations .Description ;
2122import org .metafacture .framework .annotations .In ;
23+ import org .metafacture .framework .annotations .Out ;
2224
2325import java .io .FileOutputStream ;
2426import java .io .IOException ;
3840 */
3941@ Description ("Writes objects to one (or more) file(s)" )
4042@ In (Object .class )
41- @ In (Void .class )
43+ @ Out (Void .class )
4244@ FluxCommand ("write-files" )
4345public final class ObjectFileWriter <T > extends AbstractObjectWriter <T > {
4446
Original file line number Diff line number Diff line change 1919import org .metafacture .framework .FluxCommand ;
2020import org .metafacture .framework .annotations .Description ;
2121import org .metafacture .framework .annotations .In ;
22+ import org .metafacture .framework .annotations .Out ;
2223
2324import java .nio .charset .Charset ;
2425
You can’t perform that action at this time.
0 commit comments