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)
commit4c659fcabd96d2541def930df24c27debaec60d8
tree71aad7ec569211e0ca0f63f30d32e464a1912551
parent6afd2009800c64719b5685680029b7ce767bba58
WeatherInformation: update serial version UID
16 files changed:
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java