j'avais forgor un truc

This commit is contained in:
Axel PIETROIS 2024-10-16 17:42:08 +02:00
parent 8580e7394a
commit 2e841df6b4
4 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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");
}