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

15
.idea/workspace.xml generated
View file

@ -4,7 +4,8 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="First Creation">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Just a Test">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -57,7 +58,14 @@
<option name="project" value="LOCAL" />
<updated>1672703559416</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="Just a Test">
<created>1672703686539</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1672703686539</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -85,6 +93,7 @@
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="First Creation" />
<option name="LAST_COMMIT_MESSAGE" value="First Creation" />
<MESSAGE value="Just a Test" />
<option name="LAST_COMMIT_MESSAGE" value="Just a Test" />
</component>
</project>

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();