From 94cefe46db8746dce123836a2574092e32f8c6bc Mon Sep 17 00:00:00 2001 From: massat <jean-luc.massat@univ-amu.fr> Date: Fri, 4 Oct 2024 10:47:27 +0200 Subject: [PATCH] Update --- .idea/workspace.xml | 14 +++++++++++--- src/main/java/fr/univamu/solver/Main.java | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1ce3392..5e6f964 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ </component> <component name="ChangeListManager"> <list default="true" id="a17b64ea-8b68-4cd2-aba6-1780c674b35e" name="Changes" comment="Update"> - <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Main.java" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -156,7 +156,7 @@ <option name="presentableId" value="Default" /> <updated>1727967430355</updated> <workItem from="1727967431394" duration="6834000" /> - <workItem from="1728024944251" duration="4698000" /> + <workItem from="1728024944251" duration="4911000" /> </task> <task id="LOCAL-00001" summary="Create"> <option name="closed" value="true" /> @@ -206,7 +206,15 @@ <option name="project" value="LOCAL" /> <updated>1728027672901</updated> </task> - <option name="localTasksCounter" value="7" /> + <task id="LOCAL-00007" summary="Update"> + <option name="closed" value="true" /> + <created>1728031559403</created> + <option name="number" value="00007" /> + <option name="presentableId" value="LOCAL-00007" /> + <option name="project" value="LOCAL" /> + <updated>1728031559403</updated> + </task> + <option name="localTasksCounter" value="8" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> diff --git a/src/main/java/fr/univamu/solver/Main.java b/src/main/java/fr/univamu/solver/Main.java index 2ac06cf..0e8d7bd 100644 --- a/src/main/java/fr/univamu/solver/Main.java +++ b/src/main/java/fr/univamu/solver/Main.java @@ -2,6 +2,6 @@ package fr.univamu.solver; public class Main { public static void main(String[] args) { - System.out.println("Solver!"); + System.out.println("Solver !"); } } \ No newline at end of file -- GitLab