From d3f1a43a9463c4c8be06c8074869b3b7fabc213d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 26 Feb 2015 16:59:03 +0100 Subject: Added base framework week4 --- Week4/src/oo15loipe/Punt.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Week4/src/oo15loipe/Punt.java') diff --git a/Week4/src/oo15loipe/Punt.java b/Week4/src/oo15loipe/Punt.java index 1939c45..2c94f1f 100644 --- a/Week4/src/oo15loipe/Punt.java +++ b/Week4/src/oo15loipe/Punt.java @@ -70,8 +70,4 @@ public class Punt { public String toString () { return "(" + x + "," + y + ")"; } - - public Punt add(Punt plus) { - return new Punt(x + plus.getX(), y + plus.getY()); - } } -- cgit v1.2.3