This commit is contained in:
2023-11-14 18:59:50 +03:00
parent 4324dd81eb
commit 9c5414f477
2 changed files with 14 additions and 20 deletions

6
.idea/workspace.xml generated
View File

@@ -6,11 +6,7 @@
</artifacts-to-build> </artifacts-to-build>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment=""> <list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/SapforTestingSystem/Json/SapforVersion_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/SapforTestingSystem/Json/SapforVersion_json.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OpenSapforVersionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OpenSapforVersionPass.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View File

@@ -268,7 +268,6 @@ public class SapforVersion_json implements Serializable {
if (err.exists()) if (err.exists())
project.Log += "\n" + FileUtils.readFileToString(err); project.Log += "\n" + FileUtils.readFileToString(err);
//-- //--
if (!messages.isEmpty()) {
project.Open(); project.Open();
project.Update(); //Журнал project.Update(); //Журнал
//а так же, убрать dep и txt //а так же, убрать dep и txt
@@ -286,4 +285,3 @@ public class SapforVersion_json implements Serializable {
} }
} }
} }
}