Skip to content

Commit a026a4f

Browse files
lehorsmbwhite
authored andcommitted
Fixed typo (#90)
Originally submitted as PR81 by https://github.com/ArkiZh Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
1 parent cdb0e8b commit a026a4f

File tree

1 file changed

+1
-1
lines changed
  • commercial-paper/organization/magnetocorp/contract-java/src/main/java/org/example/ledgerapi

1 file changed

+1
-1
lines changed

commercial-paper/organization/magnetocorp/contract-java/src/main/java/org/example/ledgerapi/State.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static String makeKey(String[] keyParts) {
5454
}
5555

5656
public static String[] splitKey(String key) {
57-
System.out.println("Splittin gkey " + key + " " + java.util.Arrays.asList(key.split(":")));
57+
System.out.println("Splitting key " + key + " " + java.util.Arrays.asList(key.split(":")));
5858
return key.split(":");
5959
}
6060

0 commit comments

Comments
 (0)