This commit is contained in:
ArkiZh 2019-11-28 16:33:30 +08:00 committed by GitHub
parent ac121774fc
commit 6b39f8ff25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(":");
}