small change to tuple
This commit is contained in:
@@ -3,7 +3,6 @@ package worms.util;
|
||||
import be.kuleuven.cs.som.annotate.Immutable;
|
||||
import be.kuleuven.cs.som.annotate.Value;
|
||||
|
||||
import java.lang.reflect.Array;
|
||||
import java.util.Objects;
|
||||
|
||||
|
||||
@@ -111,4 +110,3 @@ public class Tuple<T1, T2> {
|
||||
return Objects.hash(item1, item2);
|
||||
}
|
||||
}
|
||||
/
|
Reference in New Issue
Block a user