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.Immutable;
|
||||||
import be.kuleuven.cs.som.annotate.Value;
|
import be.kuleuven.cs.som.annotate.Value;
|
||||||
|
|
||||||
import java.lang.reflect.Array;
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
|
|
||||||
@@ -110,5 +109,4 @@ public class Tuple<T1, T2> {
|
|||||||
|
|
||||||
return Objects.hash(item1, item2);
|
return Objects.hash(item1, item2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/
|
|
Reference in New Issue
Block a user