Skip to content

Commit 8845afd

Browse files
authored
Update Metafix.java
As suggested by @blackwinter
1 parent 4453635 commit 8845afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
@In(StreamReceiver.class)
6666
@Out(StreamReceiver.class)
6767
@FluxCommand("fix")
68-
public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
68+
public class Metafix implements StreamPipe<StreamReceiver>, Maps {
6969
public static final String ARRAY_MARKER = "[]";
7070
public static final String FIX_EXTENSION = ".fix";
7171
public static final String VAR_END = "]";

0 commit comments

Comments
 (0)