mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Typo.
This commit is contained in:
parent
ac121774fc
commit
6b39f8ff25
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class State {
|
|||
}
|
||||
|
||||
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(":");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue