Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Update Metafix.java
Browse files Browse the repository at this point in the history
As suggested by @blackwinter
  • Loading branch information
TobiasNx authored Oct 14, 2024
1 parent 4453635 commit 8845afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafix/src/main/java/org/metafacture/metafix/Metafix.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
@In(StreamReceiver.class)
@Out(StreamReceiver.class)
@FluxCommand("fix")
public class Metafix implements StreamPipe<StreamReceiver>, Maps { // checkstyle-disable-line ClassDataAbstractionCoupling
public class Metafix implements StreamPipe<StreamReceiver>, Maps {
public static final String ARRAY_MARKER = "[]";
public static final String FIX_EXTENSION = ".fix";
public static final String VAR_END = "]";
Expand Down

0 comments on commit 8845afd

Please sign in to comment.