diff --git a/OGP1718-Worms/src/worms/util/Tuple.java b/OGP1718-Worms/src/worms/util/Tuple.java index d4be0fe..44047ba 100644 --- a/OGP1718-Worms/src/worms/util/Tuple.java +++ b/OGP1718-Worms/src/worms/util/Tuple.java @@ -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; @@ -110,5 +109,4 @@ public class Tuple { return Objects.hash(item1, item2); } -} -/ \ No newline at end of file +} \ No newline at end of file