Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit ec7f9ec

Browse files
TobiasNxfsteeg
andauthored
Apply suggestions from code review
Review by @fsteeg #370 Co-authored-by: Fabian Steeg <[email protected]>
1 parent 2b4a4e0 commit ec7f9ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metafix/src/main/java/org/metafacture/metafix/Metafix.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@
6161
* @author Christoph Böhme (Metamorph)
6262
* @author Fabian Steeg (Metafix)
6363
*/
64-
@Description("Applies a fix transformation to the event stream. Fix definition is given in brackets.") // checkstyle-disable-line ClassDataAbstractionCoupling|ClassFanOutComplexity
64+
@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
6565
@In(StreamReceiver.class)
6666
@Out(StreamReceiver.class)
6767
@FluxCommand("fix")
68-
6968
public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
7069
public static final String ARRAY_MARKER = "[]";
7170
public static final String FIX_EXTENSION = ".fix";

0 commit comments

Comments
 (0)