From: gu.martinm@gmail.com Date: Sun, 30 Mar 2014 17:33:50 +0000 (+0200) Subject: No time for comments X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=46836222d11b6a14a7eadb56792ebe1ff54701ed;p=JavaForFun No time for comments --- diff --git a/Android/WeatherInformation/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java b/Android/WeatherInformation/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java deleted file mode 100644 index a2c9b23..0000000 --- a/Android/WeatherInformation/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java +++ /dev/null @@ -1,8 +0,0 @@ -package de.example.exampletdd.activityinterface; - -import de.example.exampletdd.model.WeatherData; - -public interface UpdateWeatherData { - - public void updateWeatherData(WeatherData weatherData); -}