removed test code
This commit is contained in:
parent
6d13bede7a
commit
bf4d56e759
|
@ -1,8 +1,5 @@
|
||||||
package ch.zhaw.gartenverwaltung;
|
package ch.zhaw.gartenverwaltung;
|
||||||
|
|
||||||
import ch.zhaw.gartenverwaltung.io.JsonPlantDatabase;
|
|
||||||
import ch.zhaw.gartenverwaltung.io.PlantDatabase;
|
|
||||||
import ch.zhaw.gartenverwaltung.types.HardinessZone;
|
|
||||||
import javafx.application.Application;
|
import javafx.application.Application;
|
||||||
import javafx.fxml.FXMLLoader;
|
import javafx.fxml.FXMLLoader;
|
||||||
import javafx.scene.Scene;
|
import javafx.scene.Scene;
|
||||||
|
@ -21,12 +18,6 @@ public class HelloApplication extends Application {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
PlantDatabase db = new JsonPlantDatabase();
|
|
||||||
try {
|
|
||||||
System.out.println(db.getPlantList(HardinessZone.ZONE_8A));
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
launch();
|
launch();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue