view src/main/java/Borrar.java @ 44:ba4b40933569

Temporary Fix: "Unkknown" displaying - Just a temporary fix for the launch. - The json data coming in has the spelling error 'Unkknown' instead of 'Unknown' for the creation date in Witness Information. - Eg. See Glaser 21 Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Sun, 12 Jul 2015 22:18:46 +0000
parents 2e911857a759
children
line wrap: on
line source


public class Borrar {

	public static void main(String[] args) {
		String s = new String("CODEX:distinguishing_features&CODEX&notes_on_ownership&CODEX:notes");
		String[] array = s.split("&");
		System.out.println(array.length);
	}

}