Just a Test

This commit is contained in:
bly 2023-01-03 00:57:38 +01:00
parent e6969143c5
commit feee5c5158
2 changed files with 14 additions and 3 deletions

View file

@ -93,6 +93,8 @@ public class Main {
}
//Start Multithreading
//sectionedList gives the thread their Assigned Part of Files and allFiles are all the Files
ThreadedCompare threadedCompare = new ThreadedCompare(sectionedList, allFiles);
threadedCompare.start();