From d15c470937033efa31814d5f11afe28f25141799 Mon Sep 17 00:00:00 2001 From: Emily Bache Date: Mon, 8 Apr 2013 11:24:46 +0200 Subject: [PATCH] use interface so I can run all the tests against all versions of the code all the time --- Tennis/java/TennisGame.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Tennis/java/TennisGame.java b/Tennis/java/TennisGame.java index 2bc85203..330f3f45 100644 --- a/Tennis/java/TennisGame.java +++ b/Tennis/java/TennisGame.java @@ -1,6 +1,5 @@ public interface TennisGame { - void wonPoint(String playerName); String getScore(); } \ No newline at end of file