From fe410b0643d6a5fc1cf2594486cff2e65f3fa2b8 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Sun, 11 Mar 2018 21:02:06 +0100 Subject: [PATCH] small change to tuple --- OGP1718-Worms/src/worms/util/Tuple.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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