Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4bbee803

Přidáno uživatelem Jan Havlíček před více než 4 roky(ů)

#7794 Got rid of simpleToString.
Rewrote the toString() instead (no need to re-cast Object types)

Zobrazit rozdíly:

project/Deserializer/src/Deserializer.java
40 40
		stage.setScene(createScene());
41 41
		stage.setMinWidth(400);
42 42
		stage.show();
43
		
44
		//tests
45
		Converter thread = new Converter(this, new File("simple_arrays.out"), new File("bcha.json"));
46
		thread.start();
43 47
	}
44 48
	
45 49
	private Scene createScene() {

Také k dispozici: Unified diff