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 13b1885 commit 4bd0d64Copy full SHA for 4bd0d64
metafix/src/main/java/org/metafacture/metafix/Metafix.java
@@ -54,7 +54,7 @@
54
* @author Christoph Böhme (Metamorph)
55
* @author Fabian Steeg (Metafix)
56
*/
57
-public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
+public class Metafix implements StreamPipe<StreamReceiver>, Maps {
58
59
public static final String ARRAY_MARKER = "[]";
60
public static final String FIX_EXTENSION = ".fix";
0 commit comments