-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Add signature and description
The annotations (starting with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor inline suggestions.
Review by @fsteeg #370 Co-authored-by: Fabian Steeg <[email protected]>
@Description("Applies a fix transformation to the event stream, given as the path to a fix file or the fixes themselves.") // checkstyle-disable-line ClassDataAbstractionCoupling|ClassFanOutComplexity | ||
@In(StreamReceiver.class) | ||
@Out(StreamReceiver.class) | ||
@FluxCommand("fix") | ||
public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Checkstyle comment is superseded by the one above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do I fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just delete it.
Add signature and description. The fix modul was missing this. @fsteeg I am not sure why this fails?