No time for comments
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 30 Mar 2014 17:33:50 +0000 (19:33 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 30 Mar 2014 17:33:50 +0000 (19:33 +0200)
src/de/example/exampletdd/activityinterface/UpdateWeatherData.java [deleted file]

diff --git a/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java b/src/de/example/exampletdd/activityinterface/UpdateWeatherData.java
deleted file mode 100644 (file)
index a2c9b23..0000000
+++ /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);
-}