Skip to content

Commit

Permalink
Adjust as suggested by revier
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx authored Oct 2, 2024
1 parent 21accfe commit 569e245
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.metafacture.framework.FluxCommand;
import org.metafacture.framework.StreamReceiver;
import org.metafacture.framework.annotations.Description;
import org.metafacture.framework.annotations.In;
import org.metafacture.framework.annotations.Out;
import org.metafacture.framework.helpers.DefaultObjectPipe;

Expand All @@ -29,7 +30,7 @@
* @author Christoph Böhme, Fabian Steeg
*/
@Description("Outputs a record containing the input object as literal")
@In(Object.class)
@In(Object.class)
@Out(StreamReceiver.class)
@FluxCommand("object-to-literal")
public final class ObjectToLiteral<T> extends
Expand Down

0 comments on commit 569e245

Please sign in to comment.