Just a Test
This commit is contained in:
parent
e6969143c5
commit
feee5c5158
2 changed files with 14 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Reference in a new issue