X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=blobdiff_plain;f=src%2FMain.java;fp=src%2FMain.java;h=17cf896c521dc308a5b1fb595f539beb48bb3963;hp=194ff31cfe087196c593cd53d19e03a63f1b142b;hb=822afd4fe0aa1669db1e3be57b277f8aff977254;hpb=f56708fa0a19755ac5ec0313d9ee9c45a9aef0ce diff --git a/src/Main.java b/src/Main.java index 194ff31..17cf896 100644 --- a/src/Main.java +++ b/src/Main.java @@ -75,9 +75,6 @@ public class Main { Person emptyPerson = new Person(); PersonView emptyPersonView = new PersonView(emptyPerson, personArrayList); - Region r = new Region(); - r.getCsvFile(); - //Schedule a job for the event-dispatching thread: //creating and showing this application's GUI.