updated junk files

This commit is contained in:
Cameron Seamons 2026-01-07 15:07:35 -07:00
parent 326bf53196
commit 0644186bce

View file

@ -4,25 +4,8 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="uploaded junk class files">
<change afterPath="$PROJECT_DIR$/practice_projects/src/TempConverter.java" afterDir="false" />
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="Refactored classes / File names to use Pascal case">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/compoundInterest.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/compoundInterest.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/ifStatements.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/ifStatements.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/madLibs.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/madLibs.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/printF.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/printF.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/randomNums.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/randomNums.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/shoppingCart.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/shoppingCart.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/trueFalse.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/trueFalse.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/java_practice/weightConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/weightConverter.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/compoundInterest.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/CompoundInterest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/ifStatements.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/IfStatements.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/madLibs.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/MadLibs.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/printF.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/PrintF.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/randomNums.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/RandomNums.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/shoppingCart.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/ShoppingCart.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/trueFalse.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/TrueFalse.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/practice_projects/src/weightConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/WeightConverter.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -116,7 +99,7 @@
<option name="presentableId" value="Default" />
<updated>1767557089317</updated>
<workItem from="1767557093354" duration="14440000" />
<workItem from="1767678323979" duration="12835000" />
<workItem from="1767678323979" duration="14235000" />
</task>
<task id="LOCAL-00001" summary="updated module output folders">
<option name="closed" value="true" />
@ -214,7 +197,23 @@
<option name="project" value="LOCAL" />
<updated>1767818594413</updated>
</task>
<option name="localTasksCounter" value="13" />
<task id="LOCAL-00013" summary="Crated a temperature converter">
<option name="closed" value="true" />
<created>1767821485207</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1767821485207</updated>
</task>
<task id="LOCAL-00014" summary="Refactored classes / File names to use Pascal case">
<option name="closed" value="true" />
<created>1767821506803</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1767821506803</updated>
</task>
<option name="localTasksCounter" value="15" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -232,6 +231,8 @@
<MESSAGE value="explored ternary operator" />
<MESSAGE value="uploaded junk files" />
<MESSAGE value="uploaded junk class files" />
<option name="LAST_COMMIT_MESSAGE" value="uploaded junk class files" />
<MESSAGE value="Crated a temperature converter" />
<MESSAGE value="Refactored classes / File names to use Pascal case" />
<option name="LAST_COMMIT_MESSAGE" value="Refactored classes / File names to use Pascal case" />
</component>
</project>