Skip to content

Commit 4bd0d64

Browse files
committed
Remove unnecessary Checkstyle suppression.
1 parent 13b1885 commit 4bd0d64

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
@@ -54,7 +54,7 @@
5454
* @author Christoph Böhme (Metamorph)
5555
* @author Fabian Steeg (Metafix)
5656
*/
57-
public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
57+
public class Metafix implements StreamPipe<StreamReceiver>, Maps {
5858

5959
public static final String ARRAY_MARKER = "[]";
6060
public static final String FIX_EXTENSION = ".fix";

0 commit comments

Comments
 (0)