WeatherInformation: update serial version UID
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:40:03 +0000 (16:40 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:40:03 +0000 (16:40 +0100)
commitabd5c611e9a70d58ac1ac97e68e6fac12c89c145
tree0050889f304c74d9b28412a245cf6160eaaa2346
parentf9880ebca1e8824d14e0d398a48b521a8df2b64b
WeatherInformation: update serial version UID
16 files changed:
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java