Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ParseValidMT01 {
"-}{5:{MAC:00000000}{CHK:19DA346889CC}{TNG:}}{S:{SAC:}{COP:P}}";

public static void execute() {
//You can instatiate the SwiftMsgProcessor with the EOL of your choice.
//You can instantiate the SwiftMsgProcessor with the EOL of your choice.
//\n for linux based systems or \r\b for Windows
//If the default constructor is used then the \n will be used by default
SwiftMsgProcessor parser = new SwiftMsgProcessor("\n");
Expand Down Expand Up @@ -66,4 +66,4 @@ public static void execute() {
System.err.println("Message cannot be parsed");
}
}
}
}