Skip to content

Commit

Permalink
Fixed typo (#90)
Browse files Browse the repository at this point in the history
Originally submitted as PR81 by https://github.com/ArkiZh

Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
  • Loading branch information
lehors authored and mbwhite committed Dec 16, 2019
1 parent cdb0e8b commit a026a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static String makeKey(String[] keyParts) {
}

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

Expand Down

0 comments on commit a026a4f

Please sign in to comment.