Skip to content
Snippets Groups Projects
Commit ae7be667 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

cleaned main

parent df2bdd64
No related branches found
No related tags found
No related merge requests found
...@@ -20,15 +20,13 @@ public class Main { ...@@ -20,15 +20,13 @@ public class Main {
String inputPath = (args.length > 0) ? args[0] : null; String inputPath = (args.length > 0) ? args[0] : null;
/*
if (inputPath == null) { if (inputPath == null) {
logger.error("No model found on given input path."); logger.error("No model found on given input path.");
return; return;
} }
*/
List<PetriNet> petriNets = PnmlParser.parsePnml("pnml-relast-splitter/src/main/nets/topicTest1.pnml"); // List<PetriNet> petriNets = PnmlParser.parsePnml("pnml-relast-splitter/src/main/nets/topicTest1.pnml");
//List<PetriNet> petriNets = PnmlParser.parsePnml(inputPath); List<PetriNet> petriNets = PnmlParser.parsePnml(inputPath);
List<List<PetriNet>> disconnectedPetriNets = new ArrayList<>(); List<List<PetriNet>> disconnectedPetriNets = new ArrayList<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment