mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 00:25:09 +00:00
Fixed typo (#90)
Originally submitted as PR81 by https://github.com/ArkiZh Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
This commit is contained in:
parent
cdb0e8b40c
commit
a026a4ffbf
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class State {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String[] splitKey(String key) {
|
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(":");
|
return key.split(":");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue