diff --git a/.idea/artifacts/API_BUT5_5_jar2.xml b/.idea/artifacts/API_BUT5_5_jar2.xml new file mode 100644 index 0000000..5a55f38 --- /dev/null +++ b/.idea/artifacts/API_BUT5_5_jar2.xml @@ -0,0 +1,8 @@ +<component name="ArtifactManager"> + <artifact type="jar" name="API_BUT5.5:jar2"> + <output-path>$PROJECT_DIR$/out/artifacts/API_BUT5_5_jar2</output-path> + <root id="archive" name="API_BUT5.5.jar"> + <element id="module-output" name="API_BUT5.5" /> + </root> + </artifact> +</component> \ No newline at end of file diff --git a/out/artifacts/API_BUT5_5_jar/API_BUT5.5.jar b/out/artifacts/API_BUT5_5_jar/API_BUT5.5.jar index effdcae..b80c7c3 100644 Binary files a/out/artifacts/API_BUT5_5_jar/API_BUT5.5.jar and b/out/artifacts/API_BUT5_5_jar/API_BUT5.5.jar differ diff --git a/out/production/API_BUT5.5/fr/iut_fbleau/raw_api_body/entity/Plateau.class b/out/production/API_BUT5.5/fr/iut_fbleau/raw_api_body/entity/Plateau.class index 64d5455..0bfc8cd 100644 Binary files a/out/production/API_BUT5.5/fr/iut_fbleau/raw_api_body/entity/Plateau.class and b/out/production/API_BUT5.5/fr/iut_fbleau/raw_api_body/entity/Plateau.class differ diff --git a/src/fr/iut_fbleau/raw_api_body/entity/Plateau.java b/src/fr/iut_fbleau/raw_api_body/entity/Plateau.java index 18d0195..4c1d57b 100644 --- a/src/fr/iut_fbleau/raw_api_body/entity/Plateau.java +++ b/src/fr/iut_fbleau/raw_api_body/entity/Plateau.java @@ -98,7 +98,7 @@ public interface Plateau { * * @throws IllegalStateException if the Situation is already in the bookmarks */ - default void addSituation(){ + default void addSituation(Result res){ throw new UnsupportedOperationException("Feature not yet implemented"); }