Skip to content

Commit

Permalink
removing a commented JML line
Browse files Browse the repository at this point in the history
  • Loading branch information
mattulbrich committed Jun 20, 2024
1 parent 35ca0c2 commit 0802c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ArrayList/src/List.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ public interface List {

//@ public instance invariant \subset(\singleton(this.seq), footprint);
//@ public instance invariant \subset(\singleton(this.footprint), footprint);
// @ public instance invariant (\forall int i; 0<=i && i<seq.length; \typeof(seq[i]) == \type(int));
//@ public accessible \inv: footprint;

/*@ public normal_behaviour
Expand Down

0 comments on commit 0802c3d

Please sign in to comment.