We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453635 commit 8845afdCopy full SHA for 8845afd
metafix/src/main/java/org/metafacture/metafix/Metafix.java
@@ -65,7 +65,7 @@
65
@In(StreamReceiver.class)
66
@Out(StreamReceiver.class)
67
@FluxCommand("fix")
68
-public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
+public class Metafix implements StreamPipe<StreamReceiver>, Maps {
69
public static final String ARRAY_MARKER = "[]";
70
public static final String FIX_EXTENSION = ".fix";
71
public static final String VAR_END = "]";
0 commit comments