junk java files updated
This commit is contained in:
parent
242f37411b
commit
55338e94cd
1 changed files with 34 additions and 10 deletions
|
|
@ -4,8 +4,11 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="java class file update">
|
||||
<change beforePath="$PROJECT_DIR$/practice_projects/src/GuessANumber.java" beforeDir="false" afterPath="$PROJECT_DIR$/practice_projects/src/GuessANumber.java" afterDir="false" />
|
||||
<list default="true" id="8658cbac-7347-4046-83e8-57065c86d2b8" name="Changes" comment="updated java junk files">
|
||||
<change afterPath="$PROJECT_DIR$/practice_projects/src/Banking.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/practice_projects/src/Dice.java" afterDir="false" />
|
||||
<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/GuessANumber.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/java_practice/GuessANumber.class" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -34,10 +37,10 @@
|
|||
"accountId": "1865e200-c7ac-4f58-baed-f72f06b5746c"
|
||||
}
|
||||
}</component>
|
||||
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
|
||||
<component name="KubernetesApiProvider"><![CDATA[{
|
||||
"isMigrated": true
|
||||
}]]></component>
|
||||
<component name="KubernetesApiPersistence">{}</component>
|
||||
<component name="KubernetesApiProvider">{
|
||||
"isMigrated": true
|
||||
}</component>
|
||||
<component name="McpProjectServerCommands">
|
||||
<commands />
|
||||
<urls />
|
||||
|
|
@ -58,7 +61,9 @@
|
|||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"Application.Banking.executor": "Run",
|
||||
"Application.Calculator.executor": "Run",
|
||||
"Application.Dice.executor": "Run",
|
||||
"Application.EnhancedSwitches.executor": "Run",
|
||||
"Application.GuessANumber.executor": "Run",
|
||||
"Application.Main.executor": "Run",
|
||||
|
|
@ -92,7 +97,7 @@
|
|||
"project.structure.last.edited": "SDKs",
|
||||
"project.structure.proportion": "0.15",
|
||||
"project.structure.side.proportion": "0.2",
|
||||
"settings.editor.selected.configurable": "configurable.group.language",
|
||||
"settings.editor.selected.configurable": "editing.templates",
|
||||
"to.speed.mode.migration.done": "true",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
|
|
@ -120,7 +125,8 @@
|
|||
<workItem from="1767557093354" duration="14440000" />
|
||||
<workItem from="1767678323979" duration="16130000" />
|
||||
<workItem from="1767837943314" duration="237000" />
|
||||
<workItem from="1767838192168" duration="8317000" />
|
||||
<workItem from="1767838192168" duration="17826000" />
|
||||
<workItem from="1768158295756" duration="2394000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="updated module output folders">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -314,7 +320,23 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1767855617721</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="25" />
|
||||
<task id="LOCAL-00025" summary="added notes to explain IF statement">
|
||||
<option name="closed" value="true" />
|
||||
<created>1767855849671</created>
|
||||
<option name="number" value="00025" />
|
||||
<option name="presentableId" value="LOCAL-00025" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1767855849671</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00026" summary="updated java junk files">
|
||||
<option name="closed" value="true" />
|
||||
<created>1767855859506</created>
|
||||
<option name="number" value="00026" />
|
||||
<option name="presentableId" value="LOCAL-00026" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1767855859506</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="27" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -354,7 +376,9 @@
|
|||
<MESSAGE value="made a basic calculator" />
|
||||
<MESSAGE value="coded a Random number Guessing game" />
|
||||
<MESSAGE value="java class file update" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="java class file update" />
|
||||
<MESSAGE value="added notes to explain IF statement" />
|
||||
<MESSAGE value="updated java junk files" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="updated java junk files" />
|
||||
</component>
|
||||
<component name="XSLT-Support.FileAssociations.UIState">
|
||||
<expand />
|
||||
|
|
|
|||
Loading…
Reference in a new issue