From: Gustavo Martin Morcuende Date: Sun, 16 Nov 2014 15:40:03 +0000 (+0100) Subject: WeatherInformation: update serial version UID X-Git-Tag: weatherinformation-1.0~58 X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=abd5c611e9a70d58ac1ac97e68e6fac12c89c145;p=AndroidWeatherInformation WeatherInformation: update serial version UID --- diff --git a/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java b/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java index 5c9ac43..b161a17 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java @@ -20,8 +20,8 @@ import java.util.Date; public class WeatherLocation implements Serializable { - private static final long serialVersionUID = -1469725417020355109L; - private int id; + private static final long serialVersionUID = -3781096380869053212L; + private int id; private String city; private String country; private boolean isSelected; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java index f2f747e..83b0b32 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Clouds implements Serializable { - private static final long serialVersionUID = 3034435739326030899L; + private static final long serialVersionUID = 8069387745331450810L; private Number all; public Number getAll(){ diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java index e97cfcc..8b17af7 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Coord implements Serializable { - private static final long serialVersionUID = 7151637605146377486L; + private static final long serialVersionUID = -2866026927720791310L; private Number lat; private Number lon; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java index d44f09d..33a98f4 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java @@ -20,7 +20,7 @@ import java.util.Date; import java.util.List; public class Current implements Serializable { - private static final long serialVersionUID = -730690341739860818L; + private static final long serialVersionUID = 7641628094751383380L; private String base; private Clouds clouds; private Number cod; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java index cd57571..a40a31e 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Main implements Serializable { - private static final long serialVersionUID = -6000879164436289447L; + private static final long serialVersionUID = -7886213347552636533L; private Number grnd_level; private Number humidity; private Number pressure; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java index 0387e36..33443b8 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Rain implements Serializable { - private static final long serialVersionUID = 1318464783605029435L; + private static final long serialVersionUID = 8052419493935695322L; private Number three; public Number get3h(){ diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java index a918b09..b8a8e91 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Snow implements Serializable { - private static final long serialVersionUID = 6769716772818311879L; + private static final long serialVersionUID = 1504151864003412278L; private Number three; public Number get3h() { diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java index c4f6eb9..1d2f4f4 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java @@ -19,7 +19,7 @@ import java.io.Serializable; public class Sys implements Serializable { - private static final long serialVersionUID = 5333083785731053139L; + private static final long serialVersionUID = 6081540634738547852L; private String country; private Number message; private Number sunrise; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java index 35c58f9..a242247 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Weather implements Serializable { - private static final long serialVersionUID = -34336548786316655L; + private static final long serialVersionUID = 6682790432881461391L; private String description; private String icon; private Number id; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java index b1fad7d..1b0c83f 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.currentweather; import java.io.Serializable; public class Wind implements Serializable { - private static final long serialVersionUID = 5495842422633674631L; + private static final long serialVersionUID = -6895302757116888675L; private Number deg; private Number speed; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java index 26615b1..1f9a5fb 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java @@ -19,7 +19,7 @@ import java.io.Serializable; public class City implements Serializable { - private static final long serialVersionUID = 3079687975077030704L; + private static final long serialVersionUID = 3208415171959638923L; private Coord coord; private String country; private Number id; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java index 3417ed3..ae78e28 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.forecastweather; import java.io.Serializable; public class Coord implements Serializable { - private static final long serialVersionUID = 8069257976701986700L; + private static final long serialVersionUID = -3182026816076893381L; private Number lat; private Number lon; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java index 44a7842..a1fc5c4 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java @@ -19,7 +19,7 @@ import java.io.Serializable; import java.util.List; public class Forecast implements Serializable { - private static final long serialVersionUID = 5095443678019686190L; + private static final long serialVersionUID = -3401781053518082046L; private City city; private Number cnt; private Number cod; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java index 0dcade9..2687c10 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java @@ -19,7 +19,7 @@ import java.io.Serializable; public class List implements Serializable { - private static final long serialVersionUID = 838468273188666785L; + private static final long serialVersionUID = -1322511710940950980L; private Number clouds; private Number deg; private Number dt; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java index d21ff77..6f431bf 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.forecastweather; import java.io.Serializable; public class Temp implements Serializable { - private static final long serialVersionUID = -7614799035018271127L; + private static final long serialVersionUID = -2240491260916844781L; private Number day; private Number eve; private Number max; diff --git a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java index 1788c41..6f512c1 100644 --- a/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java +++ b/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java @@ -18,7 +18,7 @@ package name.gumartinm.weather.information.model.forecastweather; import java.io.Serializable; public class Weather implements Serializable { - private static final long serialVersionUID = -5066357704517363241L; + private static final long serialVersionUID = 4555025203754545425L; private String description; private String icon; private Number id;