From 1719d532ddb95a51743e3d214bba64a7995963ab Mon Sep 17 00:00:00 2001 From: Owolabi Timothy Date: Thu, 18 Aug 2022 03:14:13 +0100 Subject: [PATCH] Update ParseValidMT01.java typo in comment --- .../java/com/paymentcomponents/mt/demo/ParseValidMT01.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java b/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java index d93e65f..89cc991 100644 --- a/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java +++ b/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java @@ -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"); @@ -66,4 +66,4 @@ public static void execute() { System.err.println("Message cannot be parsed"); } } -} \ No newline at end of file +}