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.
2 parents cdce76f + 8845afd commit d0fc1c6Copy full SHA for d0fc1c6
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