forked from fauvet/API_BUT5.5
j'avais forgor un truc
This commit is contained in:
parent
8580e7394a
commit
2e841df6b4
8
.idea/artifacts/API_BUT5_5_jar2.xml
Normal file
8
.idea/artifacts/API_BUT5_5_jar2.xml
Normal 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>
|
Binary file not shown.
Binary file not shown.
@ -98,7 +98,7 @@ public interface Plateau {
|
|||||||
*
|
*
|
||||||
* @throws IllegalStateException if the Situation is already in the bookmarks
|
* @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");
|
throw new UnsupportedOperationException("Feature not yet implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user