From: gu.martinm@gmail.com Date: Sun, 30 Mar 2014 17:33:50 +0000 (+0200) Subject: No time for comments X-Git-Tag: weatherinformation-1.0~197 X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=c867fccc04e868f484eb11da6e06247308e1951c;p=AndroidWeatherInformation No time for comments --- diff --git a/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java b/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java deleted file mode 100644 index a2c9b23..0000000 --- a/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); -}